Skip to content

Commit e441008

Browse files
committed
update policies array title
1 parent 1ea89d9 commit e441008

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

policy/policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
"policy": {
620620
"$id": "#/properties/data/properties/policies",
621621
"type": "array",
622-
"title": "The policy payload",
622+
"title": "The array of policy objects in this payload",
623623
"items": {
624624
"$id": "#/properties/data/properties/policies/items",
625625
"$ref": "#/definitions/policy"

schema/templates/policy/policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"policies": {
343343
"$id": "#/properties/data/properties/policies",
344344
"type": "array",
345-
"title": "The policy payload",
345+
"title": "The array of policy objects in this payload",
346346
"items": {
347347
"$id": "#/properties/data/properties/policies/items",
348348
"$ref": "#/definitions/policy"

0 commit comments

Comments
 (0)