schema/schema/contact.json in adiwg-mdjson_schemas-1.0.0 vs schema/schema/contact.json in adiwg-mdjson_schemas-1.0.1

- old
+ new

@@ -126,10 +126,11 @@ "required": ["contactId"], "additionalProperties": true, "properties": { "contactId": { "type": "string", + "description": "Unique identifier for the contact.", "example": "../../examples/full_example.json#/contact/1" }, "positionName": { "type": "string", "example": "../../examples/full_example.json#/contact/1", @@ -207,9 +208,10 @@ }, "organization": { "type": "object", "title": "organization", "example": "../../examples/full_example.json#/contact/0", + "description": "Contact information for an organization.", "translation": { "ISO 19115-2": ["Contact > CI_ResponsibleParty"], "FGDC CSDGM": ["cntinfo > cntorgp"] }, "required": ["organizationName"], \ No newline at end of file