Feature Description
Taken from #1856
Child of #1794
POST requests made to /schemas/{id}/validate should:
- Confirm that the metadata provided has a
metadata_format and engine that are supported by the current microservice
- Confirm that the
metadata_format and engine match the specified schema's schema_format and engine.
- Validate that the provided metadata fulfills all requirements described by the schema specified.
Functional Requirements
Changes
N/A
Feature Description
Taken from #1856
Child of #1794
POST requests made to
/schemas/{id}/validateshould:metadata_formatandenginethat are supported by the current microservicemetadata_formatandenginematch the specified schema'sschema_formatandengine.Functional Requirements
unprocessable contenterror if requirement 1, 2 are not fulfilledChanges
N/A