Skip to content

Commit

Permalink
fix fields definition
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Mar 21, 2022
1 parent 7845f2d commit 7118096
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/api/resources/openApi.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,9 @@
"description": "Layer id."
},
"fields": {
"type": "string",
"description": "Layer fields."
"type": "object",
"description": "A JSON object whose keys and values are the names and types of attributes available in this layer. ",
"additionalProperties": true
},
"description": {
"type": "string",
Expand Down

0 comments on commit 7118096

Please sign in to comment.