Type alias ResourceModelBeta

ResourceModel: {
    data: ResourceData;
    metadata: ResourceMetadata;
    signature?: string;
}

Represents the full resource object: metadata + resource kind data + signature

Type declaration

  • data: ResourceData

    The actual resource content

  • metadata: ResourceMetadata

    The metadata object contains fields about the resource and is present in every tbdex resources of all types.

  • Optional signature?: string

    signature that verifies that authenticity and integrity of a message