Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Filter condition expressed as key:value
used to find the matching element.
Attribute path of the array to search into.
Attribute that receives the extracted value.
Operation type.
Key of the value to extract from the matching element.
Generated using TypeDoc
Operation that finds an object in a
source
array using afilter
, and then extracts a specific value into thetarget
attribute.