schema/maintInfo.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.1 vs schema/maintInfo.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.2
- old
+ new
@@ -1,11 +1,11 @@
{
"id": "maintInfo.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Information about the maintenance of a resource.",
- "example": "",
+ "example": "../examples/maintenance.json",
"translation": {
"ISO 19115-2": ["MD_MaintenanceInformation"]
},
"additionalProperties": true,
"properties": {
@@ -15,37 +15,34 @@
"translation": {
"ISO 19115-2": ["MD_MaintenanceInformation > maintenanceAndUpdateFrequency [MD_MaintenanceFrequencyCode]"]
}
},
"date": {
- "type" : "array",
- "description" : "Date related to resource maintenance.",
- "example": "",
- "translation": {},
- "items" : {
- "$ref": "common.json#/definitions/dateObject"
- }
+ "type": "array",
+ "description": "Date related to resource maintenance.",
+ "translation": {},
+ "items": {
+ "$ref": "common.json#/definitions/dateObject"
+ }
},
"scope": {
- "type" : "array",
- "description" : "Type of resource to which the maintenance information applies.",
- "example": "",
- "translation": {},
- "items" : {
- "$ref": "./scope.json#"
- }
+ "type": "array",
+ "description": "Type of resource to which the maintenance information applies.",
+ "translation": {},
+ "items": {
+ "$ref": "./scope.json#"
+ }
},
"note": {
"type": "array",
"description": "Notes regarding the maintenance of the resource.",
"translation": {
"ISO 19115-2": ["MD_MaintenanceInformation > maintenanceNote"]
},
"items": {
"type": "string"
}
- }
- ,
+ },
"contact": {
"type": "array",
"description": "Contact information for the maintainer of the resource.",
"translation": {
"ISO 19115-2": ["MD_MaintenanceInformation > contact > CI_Contact"],