openreferral / api-specification

This is the working repository for Open Referral's Human Services Data API protocols.
https://openreferral.readthedocs.io/en/latest/hsda/
Other
29 stars 13 forks source link

HSDS/A Validator #32

Closed kinlane closed 6 years ago

kinlane commented 7 years ago

I have a working JSON schema API that we can pass any JSON file to it and it will validate against a JSON schema.

I need to finish JSON schema representation for:

I am still polishing my JSON schema chops, but also I'm thinking deeply about a mininum viable definition, as well as potentially more verbose definitions.

I'm thinking that we should be allowing for different levels of compliance.

This thinking overlaps with the schema filtering conversaiton for the API -- whether someone wants to see simple or complex responses, or even POST/PUT to the API - Issue 21.

NeilMcKLogic commented 6 years ago

Don't hold out on us @kinlane , let us take a peek at these tools - I think these will be vital to help with interoperability.

kinlane commented 6 years ago

Closing as duplicate of #43