Files
directus/packages/spec/specs/components/collection.yaml
2020-09-14 20:01:01 +02:00

44 lines
847 B
YAML

type: object
properties:
collection:
description: The collection name.
example: customers
type: string
meta:
description: Metadata of the collection.
type: object
nullable: true
properties:
collection:
description: The collection name again!
type: string
hidden:
type: boolean
singleton:
type: boolean
icon:
type: string
nullable: true
note:
type: string
nullable: true
translation:
type: string
nullable: true
display_template:
type: string
nullable: true
schema:
type: object
properties:
name:
type: string
schema:
type: string
comment:
type: string
collation:
type: string
engine:
type: string