v4

latestOpenAPI 3.0.3MIT2026-08-012188139.4 KB
metadata

Validate a metadata payload

Validate a metadata payload against the JSON schema for its content_type without persisting it. Returns 200 on success and 422 on validation failure, with the same field-level error shape as the create endpoint.

post/metadata/validate/

Request body

contentobject required

The metadata payload as a JSON object.

content_typestring required

The content type describing the structure of the metadata payload.

Response

The payload is valid for the given content type.