From 968f05251fb5bd7bd7604bbc1c983be99fc84c24 Mon Sep 17 00:00:00 2001 From: Bnonni Date: Wed, 24 Apr 2024 12:51:55 -0400 Subject: [PATCH] nit: minor comment changes --- json-schemas/interface-methods/protocol-rule-set.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json-schemas/interface-methods/protocol-rule-set.json b/json-schemas/interface-methods/protocol-rule-set.json index cf734777a..e2de18de8 100644 --- a/json-schemas/interface-methods/protocol-rule-set.json +++ b/json-schemas/interface-methods/protocol-rule-set.json @@ -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." } } }