18F / data-federation-project

A project focused on tools and best practices to supported federated data collection efforts
28 stars 9 forks source link

As a user of the API I want the ability to use non-ordered JSON values and / or send one record at a time without headers. #68

Closed OpenGlobe closed 6 years ago

OpenGlobe commented 6 years ago

User story

As a user of the API I want the ability to use non-ordered JSON values and / or send one record at a time without headers.

Acceptance criteria

Jkrzy commented 6 years ago

Initial functionality for validation of incoming JSON via API is in place: https://github.com/18F/django-data-ingest/pull/3

Users are able to submit an array of 1-N JSON objects containing the data to be validated. JSON object structure is

{
"COLUMN_NAME": "VALUE",
...
}