api docs example (#11997)

* DEV: Escape backslashes in curl example

We need to escape these backslashes otherwise they get filtered out when
generating the api docs.

* FIX: uniqItems should be uniqueItems
This commit is contained in:
Blake Erickson
2021-02-08 10:09:44 -07:00
committed by GitHub
parent 9ce7ec24e2
commit 8a001c2fe3
3 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"type": "array",
"minItems": 1,
"uniqItems": true,
"uniqueItems": true,
"items": {
"type": "object",
"properties": {

View File

@@ -1,7 +1,7 @@
{
"type": "array",
"minItems": 1,
"uniqItems": true,
"uniqueItems": true,
"items": {
"type": "object",
"properties": {