Resource: ExtendedMetadataSchema
ExtendedMetadataSchema represents a schema for extended metadata of a service or workload.
| JSON representation |
|---|
{ "name": string, "jsonSchema": string, "schemaVersion": string } |
| Fields | |
|---|---|
name |
Identifier. Resource name of the schema. Format: projects/ |
jsonSchema |
Output only. The JSON schema as a string. |
schemaVersion |
Output only. The version of the schema. New versions are required to be backwards compatible. |
Methods |
|
|---|---|
|
Gets an Extended Metadata Schema. |
|
Lists Extended Metadata Schemas available in a host project and location. |