schema/schema/metadata.json in adiwg-json_schemas-0.9.0 vs schema/schema/metadata.json in adiwg-json_schemas-0.9.1
- old
+ new
@@ -44,11 +44,11 @@
"$ref": "contact.json#/definitions/contactRef"
}
},
"metadataCharacterSet": {
"type": "string",
- "description": "Full name of the character coding standard used for the metadata set. ",
+ "description": "Full name of the character coding standard used for the metadata set.",
"translation": {
"ISO 19115-2": ["MI_Metadata > characterSet [MD_CharacterSetCode]"]
}
},
"metadataCreationDate": {
@@ -116,11 +116,11 @@
"required": ["associationType", "resourceType"],
"additionalProperties": false,
"properties": {
"associationType": {
"type": "string",
- "description": "Identifies the type of association, such as; source, cross reference, etc.",
+ "description": "Identifies the type of association, such as: source, cross reference, etc.",
"translation": {
"ISO 19115-2": ["MD_AggregateInformation > associationType [DS_AssociationTypeCode]"]
}
},
"initiativeType": {
@@ -130,11 +130,11 @@
"ISO 19115-2": ["MD_AggregateInformation > initiativeType > [DS_InitiativeTypeCode]"]
}
},
"resourceType": {
"type": "string",
- "description": "Identifies the type of resource, such as; a dataset, study, publication, etc."
+ "description": "Identifies the type of resource, such as: a dataset, study, publication, etc."
},
"resourceCitation": {
"description": "Citation for the associated resource.",
"translation": {
"ISO 19115-2": ["MD_AggregateInformation > aggregateDataSetName > CI_Citation"],
@@ -149,20 +149,20 @@
}
}
},
"additionalDocumentation": {
"type": "array",
- "description": "Additional references associated with the resource, such as; web sites, documents for additional reading, etc.",
+ "description": "Additional references associated with the resource, such as: web sites, documents for additional reading, etc.",
"translation": {
"ISO 19115-2": ["MD_DataIdentification > aggregationInfo > MD_AggregateInformation > aggregateDataSetName > CI_Citation"],
"FGDC CSDGM": ["idinfo > crossref "]
},
"items": {
"required": ["citation"],
"properties": {
"resourceType": {
"type": "string",
- "description": "Identifies the type of resource, such as; userGuide, website, report, etc."
+ "description": "Identifies the type of resource, such as: userGuide, website, report, etc."
},
"citation": {
"$ref": "citation.json#"
}
}
\ No newline at end of file