Data placeholder resolved by the host during deserialization.
Input
Encoding
application/jsonpath
array
Required
Path segments to resolve against scope
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Path segments to resolve against scope"
}
}
},
"encoding": "application/json"
},
"description": "Data placeholder resolved by the host during deserialization."
}