ProjectObjectField

  • createdAt
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • defaultValue
    Type: string

    Default value for the field

  • enumValues
    Type: array string[]

    Enum values for the field (if applicable)

  • fieldLabel
    Type: string

    Label of the field

  • fieldName
    Type: string

    Name of the field

  • fieldType
    Type: string enum

    Type of the field

    values
    • text
    • number
    • integer
    • float
    • boolean
    • json
    • enum
  • id
    Type: integer Format: int32

    Unique identifier for the project object field

  • isRequired
    Type: boolean

    Whether the field is required

  • showcaseEntityType
    Type: string enum

    Type of showcase entity associated with the field

    values
    • tileset
    • model
    • splat
    • instancedModel
    • lodModel
  • updatedAt
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • validationRules
    Type: object

    Validation rules for the field