Add schemaurl def
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
8dae385eaa
commit
d02f21c923
|
@ -32,6 +32,9 @@
|
|||
"time": {
|
||||
"$ref": "#/definitions/time"
|
||||
},
|
||||
"schemaurl": {
|
||||
"$ref": "#/definitions/schemaurl"
|
||||
},
|
||||
"type": {
|
||||
"$ref": "#/definitions/type"
|
||||
},
|
||||
|
@ -58,6 +61,10 @@
|
|||
"format": "date-time",
|
||||
"type": "string"
|
||||
},
|
||||
"schemaurl": {
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
|
|
Loading…
Reference in New Issue