-
Notifications
You must be signed in to change notification settings - Fork 2
Update csv config schema to include all properties #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
DP2 - I think we could also use a commonExtractorArgs that defines an object with a baseFhirUrl property of type string with and format hostname |
Clarifying Q: we make use of |
Kind of answered my own question. Looks like we do parse/use commonExtractorArgs in the base apps so I will include a simple version of that in the schema |
jafeltra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! I had a couple minor comments and a couple general questions.
jafeltra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! All my questions were addressed or made into jira tasks. I'm approving since I'll be out tomorrow, but happy to be a part of any conversations about the comments from Dylan on Thursday if you wait until then to discuss!
Dtphelan1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After responding to my comments and addressing Jules' comments, this looks good to me. Great work Matt 😄
Summary
Fill out the rest of the JSON schema for CSV config
New behavior
N/A
Code changes
Add all properties and some required ones to JSON Schema
Testing guidance
here is a URL with the updated JSON schema loaded into the validator.
Play around with this, paste your config in, delete some properties, invalid data type stuff, etc.
A visual inspection of the schema is also a good idea, it's not too dense