Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
european-cloud-industry
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fonds-de-Dotation-du-Libre
european-cloud-industry
Commits
d133748e
Commit
d133748e
authored
Jun 17, 2022
by
Roland
Committed by
GitHub
Jun 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update JSON-schema.json
parent
9e09f132
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
39 deletions
+63
-39
JSON-schema.json
JSON-schema.json
+63
-39
No files found.
JSON-schema.json
View file @
d133748e
...
...
@@ -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"
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment