diff --git a/VTEX - Policies System API.json b/VTEX - Policies System API.json index 7be8f3cfe..2058ffd86 100644 --- a/VTEX - Policies System API.json +++ b/VTEX - Policies System API.json @@ -597,7 +597,8 @@ "name": { "type": "string", "description": "Policy name.", - "title": "name" + "title": "name", + "example": "id" }, "description": { "type": "string", @@ -627,7 +628,8 @@ "name": { "type": "string", "description": "Policy name.", - "title": "name" + "title": "name", + "example": "id" }, "description": { "type": "string", @@ -689,7 +691,8 @@ "resource": { "type": "string", "description": "Scope on which this policy must be evaluated.", - "title": "resource" + "title": "resource", + "example": "vrn:vtex.promotions-alert:aws-us-east-1:kamila:master:/_v/promotions_alert" }, "condition": { "type": "object", @@ -698,7 +701,7 @@ "type": "array", "description": "List of conditions that will activate the policy.", "items": { - "description": "Array of conditions.", + "description": "List of conditions that will activate the policy.", "properties": { "conditions": { "title": "conditions", @@ -753,7 +756,8 @@ "title": "values", "items": { "type": "string", - "description": "Key value." + "description": "Key value.", + "example": "40.00" }, "description": "Array with values of the key." }