Person[] An array of Person objects string[] An array of string scalars string[][] A bi-dimensional array of string scalars string | Person A union type made of members of string OR Person (string | Person)[] An array of the type shown above Type expressions can be used wherever a ...
Note the use of square brackets [] appended to theFootype. This demonstrates how we would define a response body containing an array ofFooobjects, with the example being an array of JSON objects. 2.9. Request Body Next, we’ll define the request bodies that correspond to each POST and PUT...
- Added support for query objects in RAML Metadata output - Fixed #42: Support definition of root endpoint in RAML - Fixed #44: Patch HTTP verb upper-cased to be compatible with API Gateway - Fixed #46: Support for KeyValuePair collection - Fixed #49: Ensure query parameter format is co...
Returns the count of objects of this type. Additionally, objects can be filtered by a query. Security / Access Control: To access this method, access token must be issued for client and have hybris.document_view scope to manage this resource. client.tenant({ tenant }).client({ client }...
Objects DataWeave map function: How to iterate through all items in an Array DataWeave mapObject function: How to transform key/value pairs in an Object DataWeave pluck function: How to transform an Object into an Array DataWeave reduce function: How to loop through and transform...