Skip to content

Commit

Permalink
nit: minor comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnonni committed Apr 24, 2024
1 parent d635fef commit 968f052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json-schemas/interface-methods/protocol-rule-set.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@
"timespan": {
"type": "string",
"minimum": "1s",
"$comment": "Time span to add to dateCreated to determine expiration date (e.g. 30s, 45m, 10h, 2D, 3W, 6M, 2Y)"
"$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"
},
"datetime": {
"type": "string",
"$comment": "Datetime string in ISO8601 format (YYYY-MM-DDThh:mm:ssZ) after which a record expires"
"$comment": "Explicit expiration date and time in ISO8601 format YYYY-MM-DDThh:mm:ssZ."
}
}
}
Expand Down

0 comments on commit 968f052

Please sign in to comment.