Home > @tridion-sites/open-api-client > SchemaInstance
Represents the instance data of a schema.
Signature:
export type SchemaInstance = {
$type?: string;
Content?: FieldsValueDictionary;
Metadata?: FieldsValueDictionary;
Region?: EmbeddedRegion;
RegionXml?: string;
Schema?: Link;
};
References: FieldsValueDictionary, EmbeddedRegion, Link