bupkis
    Preparing search index...

    Interface JSONSchemaMeta

    interface JSONSchemaMeta {
        id?: string;
        title?: string;
        description?: string;
        deprecated?: boolean;
        [k: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: unknown
    Index

    Properties

    id?: string
    title?: string
    description?: string
    deprecated?: boolean