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 Request - Custom Schema should include meta data to track description, data version, etc. #881

Open
joneubank opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers new-feature Request is a new feature

Comments

@joneubank
Copy link
Contributor

Summary of request

Administrator that is managing custom analysis schemas would like to be able to define meta data that describes the Schema. Example properties would be a description field, or a version that tracks to an external ontology or their own versioning system that is independent of the specific Song server.

Details

The Register Analysis endpoint should accept an additional, optional property meta. The value of this property is a JSON object. This meta object will be stored in the analysis-schema table and should be included with the analysis whenever it is fetched.

An example template for the content of the register analysis endpoint:

{
  "name": "string",
  "meta": {},
  "options": {},
  "schema": {}
}
@joneubank joneubank added good first issue Good for newcomers new-feature Request is a new feature enhancement New feature or request labels Feb 5, 2025
@joneubank joneubank changed the title Feature Request - Custom Schema meta data to track description, data version, etc. Feature Request - Custom Schema should include meta data to track description, data version, etc. Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers new-feature Request is a new feature
Projects
None yet
Development

No branches or pull requests

1 participant