Keboola · Schema

OrganizationCreateProjectResponse

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery
View JSON Schema on GitHub

JSON Schema

keboola-organizationcreateprojectresponse.json Raw ↑
{
  "$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"
        }
      }
    }
  ]
}