Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hugh Troeger <htroeger@factset.com>
  • Loading branch information
kriswest and hughtroeger authored Sep 4, 2023
1 parent 050b23a commit 1c58d15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion schemas/context/contact.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"FDS_ID": {
"type": "string",
"title": "FDS ID",
"description": "FactSet Permanent Security Identifier representing the contact"
"description": "FactSet Permanent Identifier representing the contact"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions schemas/context/context.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -36,7 +36,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 without documentation (which will be imported into all derived types unless separated).",
"type": "object",
"properties": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/organization.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"FDS_ID": {
"type": "string",
"title": "Organization",
"description": "FactSet Permanent Security Identifier repreenting the organization"
"description": "FactSet Permanent Identifier representing the organization"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/position.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"holding": {
"type": "number",
"title": "Thesize of the holding represented by this position",
"title": "The size of the holding represented by this position",
"description": "The amount of the holding, e.g. a number of shares"
}
},
Expand Down

0 comments on commit 1c58d15

Please sign in to comment.