{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/TeamUserOption", "title": "TeamUserOption", "type": "object", "properties": { "id": { "type": "number" }, "name": { "type": "string" }, "type": { "type": "string", "enum": [ "USER", "TEAM" ] } } }