Schema

Specification

{
  "name": String,
  "description": String
}

Structure Values

Field NameTypeDescriptionRequiredDefault
nameStringSchema name.Required
descriptionStringExpanded schema information.
None

Example

{
  "name": "staging_schema",
  "description": "Objects in this this schema are staged for production."
}
Was this article helpful?
0 out of 0 found this helpful