Interface ResourceAttributeCreate

Export

ResourceAttributeCreate

Hierarchy

  • ResourceAttributeCreate

Properties

Properties

description?: string

An optional longer description of what this attribute respresents in your system

Memberof

ResourceAttributeCreate

key: string

A URL-friendly name of the attribute (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the attribute.

Memberof

ResourceAttributeCreate

The type of the attribute, we currently support: bool, number (ints, floats), time (a timestamp), string, and json.

Memberof

ResourceAttributeCreate

Generated using TypeDoc