/v1/tenants/{tenant_id}/schemas/write
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.
SchemaWriteRequest is the request message for the Write method in the Schema service. It contains tenant_id and the schema to be written.
A successful response.
SchemaWriteResponse is the response message for the Write method in the Schema service. It returns the version of the written schema.