{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrganizationCreateProjectResponse", "type": "object", "allOf": [ { "$ref": "#/components/schemas/ProjectResponse" }, { "properties": { "fileStorage": { "description": "File storage assigned to the project.", "type": "object" }, "backends": { "description": "Default backend configuration for the project.", "type": "object" } } } ] }