Computes a given Submision against a given Schema
POST/barista
Computes a given Submision against a given Schema
Request
- application/json
Body
Submission and Schema data
command string
submission stringrequired
schema stringrequired
Responses
- 200
- default
Rule successfully computed
- application/json
- Schema
Schema
boolean
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...