{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RestrictionLevelEnum", "title": "RestrictionLevelEnum", "enum": [ 21, 37 ], "type": "integer", "description": "* `21` - Everyone in the project can edit\n* `37` - Only those invited to this dashboard can edit" }