REST Resource: projects.locations.schemaRegistries.contexts.schemas

Resource: Schema

Schema for a Kafka message.

JSON representation
{
  "schemaType": enum (SchemaType),
  "schema": string,
  "references": [
    {
      object (SchemaReference)
    }
  ]
}
Fields
schemaType

enum (SchemaType)

Optional. The schema type of the schema.

schema

string

The schema payload.

references[]

object (SchemaReference)

Optional. The schema references used by the schema.

Methods

get

Get the schema for the given schema id.

getSchema

Get the schema string for the given schema id.