{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "User", "properties": { "email": { "type": "string" }, "id": { "$ref": "#/components/schemas/FeltID" }, "name": { "type": "string" } }, "type": "object" }