gitlab-org--gitlab-foss/spec/fixtures/api/schemas/http_method.json
Steve Azzopardi 71433c5525
Add JSON schema validation for job API
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.
2018-09-03 18:49:52 +02:00

5 lines
135 B
JSON

{
"type": "string",
"description": "HTTP methods that the API can specify to send.",
"enum": [ "post", "get", "put", "patch" ]
}