v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Schemas

get/schemas/ids/{id}

Path parameters

idinteger required

The globally unique identifier of the schema.

Query parameters

formatstring

Desired output format. For AVRO: "" (default) or "resolved". For PROTOBUF: "", "ignore_extensions", or "serialized".

subjectstring

Look for the subject in all contexts starting with the default context and return the schema with the ID from that context.

Response

Schema found with the id.

subjectstring required

The name of the subject this schema belongs to.

versioninteger required

The version of the schema under the subject.

idinteger

The globally unique ID of the schema.

schemastring required

The actual schema definition as a string.

schemaTypestring

The type of the schema (AVRO, PROTOBUF, JSON). Default is AVRO.