- Description:
This key represents an individual allowed key string in the
_inputs.*(object-input).options.entries.allowed_keysarray.The value is a string that specifies a key name that can exist on the data within an Object Input. This set is used when entries are added and renamed with
allow_createenabled.- Appears in:
└── _inputs └── * └── Object Input └── options └── entries └── allowed_keys └── [*]- Type:
string- Examples:
In this example, we have configured an allowed key name for entries in a mutable Object Input.
Copied to clipboard_inputs: metadata: type: object options: allow_create: true entries: allowed_keys: - title{ "_inputs": { "metadata": { "type": "object", "options": { "allow_create": true, "entries": { "allowed_keys": [ "title" ] } } } } }