Skip to content

Draft: Add content-schema-version for get and post endpoints (closes #21 #26)

Type of change

  • [] Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, and if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a change that must be documented in the README.md file?

  • [No]

Updates description?

  1. Add support for content-schema-version in Accept header
  2. Add content-schema-version to ddms_urn in POST
  3. Fetches dataset_id using the appropriate content-schema-version
  4. Add validation when selecting model for given version

Merge request reports