Skip to content
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

FEATURE: Structure input data around model/version #2

Closed
colemanja91 opened this issue Oct 24, 2016 · 1 comment
Closed

FEATURE: Structure input data around model/version #2

colemanja91 opened this issue Oct 24, 2016 · 1 comment
Assignees

Comments

@colemanja91
Copy link
Contributor

Current input accepts and validates against one dictionary of data fields. Add functionality to break this down by model and version; i.e.:

{
    "model1": {
        "001": {
            "field1": "test"
            },
        "002": {
            "field2": "test2"
        }
    },
    "model2": {
        "001": {
            "field3": "test3"
        }
    }
}
@colemanja91 colemanja91 self-assigned this Oct 24, 2016
colemanja91 referenced this issue Oct 24, 2016
colemanja91 referenced this issue Oct 24, 2016
merge release/v0.0.3
@colemanja91
Copy link
Contributor Author

Changed in v0.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant