Skip to content

Commit ed0397f

Browse files
committed
Add description for profile_date
1 parent 871f749 commit ed0397f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

schemas/telemetry/installation/installation.1.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"type": "string"
7474
},
7575
"profile_date": {
76+
"description": "Number of days since the epoch that the profile was created",
7677
"type": "integer"
7778
},
7879
"reason": {

templates/telemetry/installation/installation.1.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"description": "device architecture"
4444
},
4545
"profile_date": {
46-
"type": "integer"
46+
"type": "integer",
47+
"description": "Number of days since the epoch that the profile was created"
4748
},
4849
"created": {
4950
"type": "string"

0 commit comments

Comments
 (0)