Params

Param name Description
custom_metadata_field
optional , nil allowed

Validations:

  • Must be a Hash

custom_metadata_field[name]
required

The name of the metadatum field.

Validations:

  • Must be a String

custom_metadata_field[type]
required
select | text | pattern | expiry | mapping | generator

The type of the metadatum field.

Validations:

  • Must be a String

custom_metadata_field[mandatory]
optional , nil allowed
true | false

Indicates whether a metadatum field is required or optional. Default: false.

Validations:

  • Must be a String

custom_metadata_field[maxlen]
optional , nil allowed

Maximum length for text fields. Disabled when set to 0.

Validations:

  • Must be a String