Commit 91d06f06 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapos_jio_api_style: Fix Title and Description in Hash Document Record JSON

parent 2fc1c05d
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
<value> <string>{\n <value> <string>{\n
"$schema": "http://json-schema.org/draft-07/schema#",\n "$schema": "http://json-schema.org/draft-07/schema#",\n
"$id": "software-instance-base-schema.json",\n "$id": "software-instance-base-schema.json",\n
"title": "Software Instance",\n "title": "Hash Document Record",\n
"description": "Software Instance",\n "description": "Hash Document Record is used to list content of a Node. It can be a Compute Node or a Software Instance. It provides a list with the corresponding md5 and timestamp of the documents",\n
"type": "object",\n "type": "object",\n
"properties": {\n "properties": {\n
"$schema": {\n "$schema": {\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment