REST Resource: projects.locations.schemaRegistries.contexts

Resource: Context

Context represents an independent schema grouping in a schema registry instance.

JSON representation
{
  "name": string,
  "subjects": [
    string
  ]
}
Fields
name

string

Identifier. The name of the context. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schemaRegistry}/contexts/{context} The context name {context} can contain the following: * Up to 255 characters. * Allowed characters: letters (uppercase or lowercase), numbers, and the following special characters: ., -, _, +, %, and ~.

subjects[]

string

Optional. The subjects of the context.

Methods

get

Get the context.

list

List contexts for a schema registry.