71433c5525
Start validating against the exciting JSON schema for the job controller JSON response. The JSON schema is not complete since there is quite a lot missing, this will be done in a separate issue.
5 lines
135 B
JSON
5 lines
135 B
JSON
{
|
|
"type": "string",
|
|
"description": "HTTP methods that the API can specify to send.",
|
|
"enum": [ "post", "get", "put", "patch" ]
|
|
}
|