Vana SDK - v2.2.2
    Preparing search index...

    Interface SchemaMetadata

    Schema metadata from the blockchain (without fetched definition).

    This represents the on-chain schema registration data before the definition has been fetched from the storage URL.

    interface SchemaMetadata {
        id: number;
        name: string;
        dialect: "json" | "sqlite";
        definitionUrl: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number

    Schema ID

    name: string

    Schema name

    dialect: "json" | "sqlite"

    Schema dialect ('json' or 'sqlite')

    definitionUrl: string

    URL containing the schema definition