schema/schema/contact.json in adiwg-json_schemas-0.4.0 vs schema/schema/contact.json in adiwg-json_schemas-0.5.0
- old
+ new
@@ -69,10 +69,11 @@
},
"additionalProperties": false
},
"individual": {
"type": "object",
+ "title": "individual",
"required": ["contactId", "individualName"],
"additionalProperties": true,
"properties": {
"contactId": {
"type": "string"
@@ -107,10 +108,11 @@
}
}
},
"organization": {
"type": "object",
+ "title": "organization",
"required": ["contactId", "organizationName"],
"additionalProperties": true,
"properties": {
"contactId": {
"type": "string"
@@ -142,33 +144,17 @@
}
}
},
"contactRef": {
"type": "object",
+ "additionalProperties": true,
"required": ["contactId", "role"],
"properties": {
"contactId": {
"type": "string"
},
"role": {
"type": "string"
- },
- "resourceIdentifier": {
- "type": "array",
- "items": [
- {
- "type": "object",
- "required": ["identifier"],
- "properties": {
- "identifierName": {
- "type": "string"
- },
- "identifier": {
- "type": "string"
- }
- }
- }
- ]
}
}
}
}
}
\ No newline at end of file