Skip to main content

Supported data types for user-defined type (UDT) fields

The following data types are supported as field types within user-defined types (UDTs) when modeling credential schemas. Field types include primitives, complex types, and collections. You can also nest other UDTs as fields.

  • Boolean
  • Date
  • Number
  • String
  • Rfc3339Date (ISO 8601 date string)
  • Rfc3339DateTime (ISO 8601 datetime string)
  • LinkedCredential (reference to another credential)
  • LinkedFile (reference to an attached file)
  • Array of any supported type
  • Another UDT (nested)