Skip to main content

Table

namestringrequired
environmentstringrequired
descriptionstringrequired
schema object[]
  • Array [
  • namestringrequired
    typestringrequired
    modestring
    descriptionstring
  • ]
  • Table
    {
    "name": "string",
    "environment": "string",
    "description": "string",
    "schema": [
    {
    "name": "string",
    "type": "string",
    "mode": "string",
    "description": "string"
    }
    ]
    }