{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DataOrigin", "required": [ "Id", "Type" ], "type": "object", "properties": { "Id": { "type": "string" }, "Type": { "$ref": "#/components/schemas/DataOriginType" } }, "additionalProperties": false }