Resource: SchemaVersion
Version of a schema.
JSON representation |
---|
{ "subject": string, "version": integer, "id": integer, "schemaType": enum ( |
Fields | |
---|---|
subject |
Required. The subject of the version. |
version |
Required. The version ID |
id |
Required. The schema ID. |
schemaType |
Optional. The schema type of the schema. |
schema |
Required. The schema payload. |
references[] |
Optional. The schema references used by the schema. |
Methods |
|
---|---|
|
Register a new version under a given subject with the given schema. |
|
Delete a version of a subject. |
|
Get a versioned schema (schema with subject/version) of a subject. |
|
Get the schema string only for a version of a subject. |
|
Get all versions of a subject. |