@blockchaincommons/known-values - v1.0.0-beta.4
    Preparing search index...

    Interface OntologyInfo

    The ontology block of a registry file.

    interface OntologyInfo {
        name?: string;
        sourceUrl?: string;
        startCodePoint?: bigint;
        processingStrategy?: string;
    }
    Index
    name?: string

    The registry's name.

    sourceUrl?: string

    Its source_url.

    startCodePoint?: bigint

    Its start_code_point, an unsigned 64-bit integer.

    processingStrategy?: string

    Its processing_strategy.