{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Subordination", "required": [ "subordinationType" ], "properties": { "subordinationType": { "type": "string", "enum": [ "manual", "inherit", "no_supervisor" ] }, "supervisorId": { "type": "string" } }, "type": "object" }