{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StoragePermission", "title": "StoragePermission", "properties": { "group_id": { "type": "string" }, "is_hidden": { "type": "boolean" }, "is_public": { "type": "boolean" }, "roles": { "$ref": "#/components/schemas/property_StoragePermission_roles" }, "user_id": { "type": "string" } }, "required": [ "roles" ], "type": "object" }