Type

Composite Type

name SQL Identifier
Type Name
description String
Description
elements List [Type Element]
TypeElements

Type Element

name SQL Identifier
Name
type SQL Type
Type

Examples

name: plant
description: |
 Stores numbers of ``flowers`` and ``leaves`` of a plant.
elements:
 -
  name: flowers
  type: integer
 -
  name: leaves
  type: integer