{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.osohq.com/schemas/TypedId.json", "title": "TypedId", "type": "object", "required": [ "id", "type" ], "properties": { "type": { "type": "string" }, "id": { "type": "string" } } }