schema/schema/resourceInfo.json in adiwg-mdjson_schemas-1.0.1 vs schema/schema/resourceInfo.json in adiwg-mdjson_schemas-1.0.2

- old
+ new

@@ -59,11 +59,11 @@ }, "status": { "type": "string", "description": "Status of the resource.", "translation": { - "ISO 19115-2": ["MD_DataIdentification > status"], + "ISO 19115-2": ["MD_DataIdentification > status [MD_ProgressCode]"], "FGDC CSDGM": ["idinfo > status > progress"] } }, "hasMapLocation": { "type": "boolean", @@ -76,9 +76,19 @@ "language": { "type": "array", "description": "Language(s) used within the resource. Should be a valid ISO 639-3 code.", "translation": { "ISO 19115-2": ["MD_DataIdentification > language"] + }, + "items": { + "type": "string" + } + }, + "characterSet": { + "type": "array", + "description": "Full name of the character encoding standard used by the resource.", + "translation": { + "ISO 19115-2": ["MD_DataIdentification > characterSet [MD_CharacterSetCode]"] }, "items": { "type": "string" } }, \ No newline at end of file