Commit d133748e authored by Roland's avatar Roland Committed by GitHub

Update JSON-schema.json

parent 9e09f132
......@@ -3,44 +3,68 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"location":{
"type":"object"
"title": {
"type": "string",
"description": "name"
"location": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "name"
},
"address": {
"type": "string",
"description": "The person's last name."
},
"postal-code": {
"description": "Age in years which must be equal to or greater than zero.",
"type": "integer",
"minimum": 0
},
"city": {
"type": "string",
"description": "name"
},
"country": {
"type": "string",
"pattern": "^[A-Z]{2}$",
"description": "A valid 2-digit ISO country code (ISO 3166-1 alpha-2)"
},
"phone_contact": {
"description": "Age in years which must be equal to or greater than zero.",
"type": "integer",
"minimum": 0
},
"mail_contact": {
"description": "",
"type": "",
"minimum": 0
},
"coordinate_list": {
"description": "",
"type": "string"
}
}
},
"address": {
"type": "string",
"description": "The person's last name."
"subsidiary_location_list":{
"type": "array"
},
"postal-code": {
"description": "Age in years which must be equal to or greater than zero.",
"type": "integer",
"minimum": 0
},
"city": {
"type": "string",
"description": "name"
},
"country": {
"type": ["string","pattern": "^[A-Z]{2}$"]
"description": "A valid 2-digit ISO country code (ISO 3166-1 alpha-2)"
},
"phone_contact": {
"description": "Age in years which must be equal to or greater than zero.",
"type": "integer",
"minimum": 0
},
"mail_contact": {
"description": "",
"type": "",
"minimum": 0
},
"coordinate_list":{
"description": "",
"type":
}
}
"title": "",
"type": "object",
"properties": {
"solution_list": {
"type": "array",
"properties": {
"title":{
"type": "string"
},
"solution_sub_list": {
"type":"array",
"items": {
"type":"object",
"properties":{
"title": {
"type": "string"
},
"description":"sss"
}
}
}
}
}
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