{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Permission", "type": "string", "enum": [ "read", "read_write" ] }