dtkt.shared.v1beta1messages.protoTypeSchema
MessageTypeSchema provides a resolvable URI, JSON Schema, and a fully qualified Proto Type name.
| Field | Type | Number | Description |
|---|---|---|---|
| uri | string | 1 | Resolvable URI of this type. |
| json_schema | Struct google.protobuf.Struct | 2 | JSON Schema of referenced type; $id field within schema must be prefixed by uri field above. |
| proto_name | string | 3 | Fully qualified Proto Type name (e.g., "dtkt.email.v1beta1.SendEmailRequest") which resolves to a protobuf message or enum type which must be compatible with above JSON Schema. |
| mod_time | Timestamp google.protobuf.Timestamp | 10 | Last modified time. |