Browse Source

test

master
Nicolas Massé 8 years ago
parent
commit
1554df668c
  1. 4
      api.json

4
api.json

@ -4,7 +4,7 @@
"title": "Mockup", "title": "Mockup",
"description": "A simple API Mock", "description": "A simple API Mock",
"contact": { "contact": {
"name": "Nicolas Massé", "name": "Nicolas Massé",
"url": "https://github.com/nmasse-itix/API-Mockup", "url": "https://github.com/nmasse-itix/API-Mockup",
"email": "nicolas.masse@itix.fr" "email": "nicolas.masse@itix.fr"
}, },
@ -25,7 +25,7 @@
"schema": { "schema": {
"type": "array", "type": "array",
"items": { "items": {
"type": "#/definitions/PersistedThing" "$ref": "#/definitions/PersistedThing"
} }
} }
} }

Loading…
Cancel
Save