Skip to content

Commit

Permalink
format document
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-rabello committed Dec 1, 2023
1 parent 9c1ee1e commit c2b84cf
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions VTEX - Policies System API.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
"deprecated": false
}
}
},
},
"security": [
{
"appKey": [],
Expand Down Expand Up @@ -663,7 +663,7 @@
"actions": {
"type": "array",
"title": "actions",
"items":{
"items": {
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -709,8 +709,12 @@
"description": "List of conditions the actions can have. It can be an empty array `[]`.",
"enum": [
[],
["stringEquals"],
["numericGreaterThan"]
[
"stringEquals"
],
[
"numericGreaterThan"
]
],
"items": {

Check failure on line 719 in VTEX - Policies System API.json

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

request-body-properties-example

Each request body property must contain an example.
"type": "string",
Expand Down

0 comments on commit c2b84cf

Please sign in to comment.