{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RepositoryChangeableAttributes", "type": "object", "description": "Changeable attributes for a repository.", "properties": { "deleteEnabled": { "type": "boolean", "description": "Whether delete is enabled." }, "writeEnabled": { "type": "boolean", "description": "Whether write is enabled." }, "listEnabled": { "type": "boolean", "description": "Whether list is enabled." }, "readEnabled": { "type": "boolean", "description": "Whether read is enabled." }, "teleportEnabled": { "type": "boolean", "description": "Whether teleport is enabled." } } }