Skip to content

Commit 968f052

Browse files
author
Bnonni
committed
nit: minor comment changes
1 parent d635fef commit 968f052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-schemas/interface-methods/protocol-rule-set.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@
119119
"timespan": {
120120
"type": "string",
121121
"minimum": "1s",
122-
"$comment": "Time span to add to dateCreated to determine expiration date (e.g. 30s, 45m, 10h, 2D, 3W, 6M, 2Y)"
122+
"$comment": "Amount of time concatenated to time unit to convert and add to dateCreated to determine expiration date. e.g. 30s, 45m, 10h, 2D, 3W, 6M, 2Y"
123123
},
124124
"datetime": {
125125
"type": "string",
126-
"$comment": "Datetime string in ISO8601 format (YYYY-MM-DDThh:mm:ssZ) after which a record expires"
126+
"$comment": "Explicit expiration date and time in ISO8601 format YYYY-MM-DDThh:mm:ssZ."
127127
}
128128
}
129129
}

0 commit comments

Comments
 (0)