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 schema key to receive a f11s json #72

Closed
2 of 4 tasks
hannelita opened this issue Jul 23, 2020 · 0 comments · Fixed by #73
Closed
2 of 4 tasks

Update schema key to receive a f11s json #72

hannelita opened this issue Jul 23, 2020 · 0 comments · Fixed by #73
Labels
enhancement New feature or request
Milestone

Comments

@hannelita
Copy link
Contributor

hannelita commented Jul 23, 2020

Acceptance

  • A request must send a f11s object on the schema field

On the body of the request, send

"schema": {
    "fields": [
          {
            "name": "FID",
            "type": "integer",
            "format": "default"
          },
          {
            "name": "Mkt-RF",
            "type": "number",
            "format": "default"
          }
     ]
  }

Tasks

  • Core lib refactor to process the f11s obj instead of an array with the names of the fields
  • Update docs
  • Fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant