Skip to content

Commit 4005274

Browse files
authored
Merge pull request #1185 from InteropIO/minor-schema-typos
minor context schema description typos
2 parents 02a43a5 + 7f6093f commit 4005274

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

schemas/context/context.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"definitions": {
1616
"BaseContext": {
17-
"$comment": "Base definition for the Context object without documentation (which will be imported into all derived types unless separated).",
17+
"$comment": "Base definition for the Context object WITHOUT documentation (which will be imported into all derived types unless separated).",
1818
"type": "object",
1919
"properties": {
2020
"type": {
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"DocumentedContext": {
37-
"$comment": "Base definition for the Context object without documentation (which will be imported into all derived types unless separated).",
37+
"$comment": "Base definition for the Context object WITH documentation (which will be imported into all derived types unless separated).",
3838
"type": "object",
3939
"properties": {
4040
"type": {

schemas/context/trade.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"product": {
2828
"$ref": "product.schema.json",
2929
"title": "Traded product",
30-
"description": "A product that is the subject of th trade."
30+
"description": "A product that is the subject of the trade."
3131
}
3232
},
3333
"required": [

0 commit comments

Comments
 (0)