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

Update multi-dataset input to be consistent with dashboard-framework and study-overview. #64

Open
samussiah opened this issue Jan 21, 2020 · 0 comments · May be fixed by #65
Open

Update multi-dataset input to be consistent with dashboard-framework and study-overview. #64

samussiah opened this issue Jan 21, 2020 · 0 comments · May be fixed by #65
Assignees

Comments

@samussiah
Copy link
Contributor

{
  "type": "array",
  "title": "Schema for Multiple Input Datasets",
  "items": {
    "type": "object",
    "title": "Input Dataset",
    "required": [
      "data",
      "spec"
    ],
    "properties": {
      "data": {
        "type": "array",
        "title": "Data Array",
        "items": {
          "type": "object",
          "title": "Datum"
        }
      },
      "spec": {
        "type": "string",
        "title": "Data Specification Name"
      }
    }
  }
}
@samussiah samussiah self-assigned this Jan 21, 2020
samussiah added a commit that referenced this issue Jan 29, 2020
@samussiah samussiah linked a pull request Jan 29, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant