diff --git a/schemas/context/context.schema.json b/schemas/context/context.schema.json index bd2e80ebb..6ded6f73e 100644 --- a/schemas/context/context.schema.json +++ b/schemas/context/context.schema.json @@ -14,7 +14,7 @@ ], "definitions": { "BaseContext": { - "$comment": "Base definition for the Context object without documentation (which will be imported into all derived types unless separated).", + "$comment": "Base definition for the Context object WITHOUT documentation (which will be imported into all derived types unless separated).", "type": "object", "properties": { "type": { @@ -34,7 +34,7 @@ ] }, "DocumentedContext": { - "$comment": "Base definition for the Context object without documentation (which will be imported into all derived types unless separated).", + "$comment": "Base definition for the Context object WITH documentation (which will be imported into all derived types unless separated).", "type": "object", "properties": { "type": { diff --git a/schemas/context/trade.schema.json b/schemas/context/trade.schema.json index e8286ae52..771eea9c0 100644 --- a/schemas/context/trade.schema.json +++ b/schemas/context/trade.schema.json @@ -27,7 +27,7 @@ "product": { "$ref": "product.schema.json", "title": "Traded product", - "description": "A product that is the subject of th trade." + "description": "A product that is the subject of the trade." } }, "required": [