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": {
|
"time": {
|
||||||
"$ref": "#/definitions/time"
|
"$ref": "#/definitions/time"
|
||||||
},
|
},
|
||||||
|
"schemaurl": {
|
||||||
|
"$ref": "#/definitions/schemaurl"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"$ref": "#/definitions/type"
|
"$ref": "#/definitions/type"
|
||||||
},
|
},
|
||||||
|
@ -58,6 +61,10 @@
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"schemaurl": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "uri"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1
|
"minLength": 1
|
||||||
|
|
Loading…
Reference in New Issue