function
ValidateEmbeddedMetadata
ValidateEmbeddedMetadata validates descriptor structure before consumers can interpret it. Finite schema depth also rejects recursive/cyclic schema graphs.
Arguments
| Argument | Type | Description |
|---|---|---|
snapshot | Snapshot | The snapshot value. |
Returns
The declared result.
errorFull signature
func ValidateEmbeddedMetadata(snapshot Snapshot) errorRelated types
SnapshotThe serializable application and content schema.