API Schema
API call test
Schema ApiCallTest from lib/api-platform.ts.
Schema
{
"type": "object",
"properties": {
"operationId": {
"type": "string"
},
"status": {
"type": "string"
},
"runtimeMode": {
"type": "string"
},
"result": {
"type": "object"
}
}
}