schema/schema/graphicOverview.json in adiwg-json_schemas-0.8.1 vs schema/schema/graphicOverview.json in adiwg-json_schemas-0.9.0
- old
+ new
@@ -5,18 +5,37 @@
"type": "object",
"required": ["fileName"],
"additionalProperties": true,
"properties": {
"fileName": {
- "type": "string"
+ "type": "string",
+ "description": "Name of the file that contains a browse graphic for the resource.",
+ "translation": {
+ "ISO 19115-2": ["MD_BrowseGraphic > filename"],
+ "FGDC CSDGM": ["idinfo > browse > browsen"]
+ }
},
"fileDescription": {
- "type": "string"
+ "type": "string",
+ "description": "Description of the browse graphic.",
+ "translation": {
+ "ISO 19115-2": ["MD_BrowseGraphic > fileDescription"],
+ "FGDC CSDGM": ["idinfo > browse > browsed"]
+ }
},
"fileType": {
- "type": "string"
+ "type": "string",
+ "description": "Format of the browse graphic, such as; PDF, JPEG, TIFF, etc.",
+ "translation": {
+ "ISO 19115-2": ["MD_BrowseGraphic > fileType"],
+ "FGDC CSDGM": ["idinfo > browse > browset"]
+ }
},
"fileUri": {
+ "description": "URI of the browse graphic.",
+ "translation": {
+ "ISO 19115-2": ["MD_BrowseGraphic > filename @xlink:href"]
+ },
"$ref": "../schema.json#/definitions/uri"
}
}
}
\ No newline at end of file