REST Resource: projects.locations.extendedMetadataSchemas

Resource: ExtendedMetadataSchema

ExtendedMetadataSchema represents a schema for extended metadata of a service or workload.

JSON representation
{
  "name": string,
  "jsonSchema": string,
  "schemaVersion": string
}
Fields
name

string

Identifier. Resource name of the schema. Format: projects//locations//extendedMetadataSchemas/

jsonSchema

string

Output only. The JSON schema as a string.

schemaVersion

string (int64 format)

Output only. The version of the schema. New versions are required to be backwards compatible.

Methods

get

Gets an Extended Metadata Schema.

list

Lists Extended Metadata Schemas available in a host project and location.