Skip to content

Commit d02f21c

Browse files
committed
Add schemaurl def
Signed-off-by: Fabio José <[email protected]>
1 parent 8dae385 commit d02f21c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ext/spec_0_2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"time": {
3333
"$ref": "#/definitions/time"
3434
},
35+
"schemaurl": {
36+
"$ref": "#/definitions/schemaurl"
37+
},
3538
"type": {
3639
"$ref": "#/definitions/type"
3740
},
@@ -58,6 +61,10 @@
5861
"format": "date-time",
5962
"type": "string"
6063
},
64+
"schemaurl": {
65+
"type": "string",
66+
"format": "uri"
67+
},
6168
"type": {
6269
"type": "string",
6370
"minLength": 1

0 commit comments

Comments
 (0)