Browse Source

Don't need a default value if we only have one enum

pull/53/head
baarkerlounger 4 years ago
parent
commit
b12290ab2b
  1. 6
      docs/api/DLUHC-CORE-Data.v1.json

6
docs/api/DLUHC-CORE-Data.v1.json

@ -56,8 +56,7 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"application/json" "application/json"
], ]
"default": "application/json"
}, },
"in": "header", "in": "header",
"name": "Accept", "name": "Accept",
@ -135,7 +134,6 @@
{ {
"schema": { "schema": {
"type": "string", "type": "string",
"default": "application/json",
"enum": [ "enum": [
"application/json" "application/json"
] ]
@ -177,7 +175,6 @@
{ {
"schema": { "schema": {
"type": "string", "type": "string",
"default": "application/json",
"enum": [ "enum": [
"application/json" "application/json"
] ]
@ -243,7 +240,6 @@
"schema": { "schema": {
"type": "string", "type": "string",
"pattern": "application/json", "pattern": "application/json",
"default": "application/json",
"enum": [ "enum": [
"application/json" "application/json"
] ]

Loading…
Cancel
Save