Loading schema/common.json +19 −0 Original line number Diff line number Diff line Loading @@ -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" ] } } } } } Loading
schema/common.json +19 −0 Original line number Diff line number Diff line Loading @@ -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" ] } } } } }