diff --git a/schema/common.json b/schema/common.json index 042a506b25bd8fcef2f0565d219c211e8ebea966..4a0f42e51fac90ce884a766a1f310c0ba0b9010c 100644 --- a/schema/common.json +++ b/schema/common.json @@ -42,6 +42,25 @@ "format": "date-time" } } + }, + "Endpoint": { + "type": "object", + "required": [ + "uri" + ], + "properties": { + "uri": { + "type": "string", + "format": "uri" + }, + "accept": { + "type": "string", + "enum": [ + "application/json", + "application/ld+json" + ] + } + } } } }