{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AssignStorageBackendRequest", "required": [ "storageBackendId" ], "properties": { "storageBackendId": { "description": "Identifier of the storage backend to assign.", "type": "integer", "example": 32 } }, "type": "object" }