Skip to content

Commit

Permalink
#748 changge array to object
Browse files Browse the repository at this point in the history
As @janbinx suggested the proper format for the `headers` parameter is an `object` not `array` as I had made it. Fixing it.
  • Loading branch information
WebBreacher committed Oct 14, 2023
1 parent db81af6 commit 53368ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wmn-data-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"headers": {
"$id": "#root/sites/items/headers",
"title": "Headers",
"type": "array",
"type": "object",
"default": [],
"items":{
"$id": "#root/sites/items/headers/items",
Expand Down

0 comments on commit 53368ec

Please sign in to comment.