/v1/tenants/{tenant_id}/schemas/read"
Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.
SchemaReadRequest is the request message for the Read method in the Schema service. It contains tenant_id and metadata about the schema to be read.
A successful response.
SchemaReadResponse is the response message for the Read method in the Schema service. It returns the requested schema.