{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/TeamRole", "title": "TeamRole", "type": "string", "enum": [ "STAKEHOLDER", "RESPONDER", "USER", "ADMIN" ] }