Input

  • key
    Type: string
    required

    Unique identifier for this input

  • schemaKey
    Type: string
    required

    Key of the schema that defines this entity's structure

  • description
    Type: string

    Description of what this input represents

  • name
    Type: string

    Human-readable name for this input

  • required
    Type: boolean

    Whether this entity slot must be populated

  • schemaDefinition
    Type: object

    Inline schema definition (optional)

  • schemaVersion
    Type: string

    Semantic version of the schema this is compatible with