type
EmbeddedTreeCase
EmbeddedTreeCase declares schema-owned payloads for one structural node tag. Discriminator and Identity name properties inside Payload. Types reuse the ordinary field vocabulary; plugin settings must not serialize these definitions.
Properties
| Property | Type | Description |
|---|---|---|
TagValue | string | The TagValue value. |
Payload | string | The Payload value. |
Discriminator | string | The Discriminator value. |
Identity | string | The Identity value. |
Types | []Block | The Types value. |
BlockReferences | []string | The BlockReferences value. |
Full signature
type EmbeddedTreeCase struct {
TagValue string
Payload string
Discriminator string
Identity string
Types []Block
BlockReferences []string
referencesBound bool
}