Skip to content

Commit 4a58b1b

Browse files
committed
forgot wrapper info
1 parent 55902d2 commit 4a58b1b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

schema/templates/policy/policy.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"definitions": {},
77
"required": [
88
"data",
9+
"updated",
910
"version"
1011
],
1112
"properties": {
@@ -33,9 +34,20 @@
3334
},
3435
"additionalProperties": false
3536
},
37+
"end_date": {
38+
"$id": "#/properties/end_date",
39+
"$ref": "#/definitions/timestamp",
40+
"description": "The timestamp after which the Policy is no longer effective"
41+
},
42+
"updated": {
43+
"$id": "#/properties/updated",
44+
"$ref": "#/definitions/timestamp",
45+
"description": "The timestamp when the Policy document was last updated"
46+
},
3647
"version": {
3748
"$id": "#/properties/version",
38-
"$ref": "#/definitions/version"
49+
"$ref": "#/definitions/version",
50+
"description": "The MDS version this Policy document corresponds with"
3951
}
4052
},
4153
"additionalProperties": false

0 commit comments

Comments
 (0)