We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55902d2 commit 4a58b1bCopy full SHA for 4a58b1b
1 file changed
schema/templates/policy/policy.json
@@ -6,6 +6,7 @@
6
"definitions": {},
7
"required": [
8
"data",
9
+ "updated",
10
"version"
11
],
12
"properties": {
@@ -33,9 +34,20 @@
33
34
},
35
"additionalProperties": false
36
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
45
+ "description": "The timestamp when the Policy document was last updated"
46
47
"version": {
48
"$id": "#/properties/version",
- "$ref": "#/definitions/version"
49
+ "$ref": "#/definitions/version",
50
+ "description": "The MDS version this Policy document corresponds with"
51
}
52
53
0 commit comments