type
SchemaEnvelope
type SchemaEnvelope struct {
Schema schema.Snapshot `json:"schema"`
}Resolved declarative schema for trusted tooling and the admin.
Source protocol/envelope.go:296
Schemaschema.Snapshot- The Schema value.
Never contains executable authorization, hooks, task handlers, or secrets.