s.simple-raml08.3.0.5.source-code.simple-raml08.raml Maven / Gradle / Ivy
#%RAML 0.8
title: Animals
version: v1
baseUri: https://api.github.com
schemas:
- Cats: |
/animals:
put:
body:
application/xml:
schema: Cats
responses:
200:
/nullStuff:
put:
body:
application/xml:
responses:
200:
body:
application/xml:
/jobs:
displayName: Jobs
post:
description: Create a Job
body:
application/xml:
schema: |
application/json:
schema: |
{
"$schema": "http://json-schema.org/draft-03/schema",
"properties": {
"input": {
"required": false,
"type": "string"
}
},
"required": false,
"type": "object"
}
responses:
200:
body:
application/xml:
schema: |
application/json:
schema: |
{
"$schema": "http://json-schema.org/draft-03/schema",
"properties": {
"input": {
"required": false,
"type": "string"
}
},
"required": false,
"type": "object"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy