Subjects
Checks if a given schema matches the schema at the specified version. Returns the schema details if it matches, or 404 if it does not.
post/subjects/{subject}/versions/{version}
Path parameters
subjectstring required
Name of the subject.
versionstring required
Version of the schema to check against.
Query parameters
normalizeboolean
Normalize the schema content before comparing.
formatstring
Desired output format.
deletedboolean
Lookup for soft-deleted values.
Headers
X-Registry-GroupIdstring
Group id in Apicurio Registry.
Request body
Response
Schema version data if the given schema matches.