Keboola · Schema

CreateMaintainerOrganizationRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
name string Organization name.
crmId string CRM identifier.
View JSON Schema on GitHub

JSON Schema

keboola-createmaintainerorganizationrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateMaintainerOrganizationRequest",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "description": "Organization name.",
      "type": "string",
      "example": "POC"
    },
    "crmId": {
      "description": "CRM identifier.",
      "type": "string",
      "example": "234",
      "nullable": true
    }
  },
  "type": "object"
}