Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdbe-kb
services
3d-beacons-registry
Commits
859cfcdf
Commit
859cfcdf
authored
Jan 07, 2022
by
Sreenath Sasidharan Nair
Browse files
Updated schema draft version
parent
6a4792bd
Pipeline
#229395
passed with stage
in 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
resources/schema.json
resources/schema.json
+2
-2
tests/resources/valid_schema.json
tests/resources/valid_schema.json
+2
-2
No files found.
resources/schema.json
View file @
859cfcdf
{
"$schema"
:
"http
s
://json-schema.org/draft
/2019
-0
9
/schema"
,
"$id"
:
"http
s
://
json-schema.org/draft/2019-09/schema
"
,
"$schema"
:
"http://json-schema.org/draft-0
7
/schema"
,
"$id"
:
"http://
example.com/example.json
"
,
"type"
:
"object"
,
"title"
:
"The registry schema"
,
"description"
:
"The JSON schema for registry document."
,
...
...
tests/resources/valid_schema.json
View file @
859cfcdf
{
"$schema"
:
"http
s
://json-schema.org/draft
/2019
-0
9
/schema"
,
"$id"
:
"http
s
://
json-schema.org/draft/2019-09/schema
"
,
"$schema"
:
"http://json-schema.org/draft-0
7
/schema"
,
"$id"
:
"http://
example.com/example.json
"
,
"type"
:
"object"
,
"required"
:
[
"providers"
,
...
...
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