File size: 116 Bytes
6c50d1f | 1 2 3 4 5 6 7 8 9 10 11 | {
"type": "string",
"default": "a",
"example": true,
"enum": [
1,
2.5,
"a",
["b", "c"]
]
} |
6c50d1f | 1 2 3 4 5 6 7 8 9 10 11 | {
"type": "string",
"default": "a",
"example": true,
"enum": [
1,
2.5,
"a",
["b", "c"]
]
} |