schema/schema/graphicOverview.json in adiwg-json_schemas-0.5.2 vs schema/schema/graphicOverview.json in adiwg-json_schemas-0.7.0
- old
+ new
@@ -1,11 +1,11 @@
{
"id": "graphicOverview.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "schema for browse graphic",
"type": "object",
- "required": ["fileName"],
+ "required": ["fileName"],
"additionalProperties": true,
"properties": {
"fileName": {
"type": "string"
},
@@ -13,10 +13,10 @@
"type": "string"
},
"fileType": {
"type": "string"
},
- "fileLink": {
- "$ref": "../schema.json#/definitions/url"
+ "fileUri": {
+ "$ref": "../schema.json#/definitions/uri"
}
}
}
\ No newline at end of file