AutoBE
    Preparing search index...

    Reference type directing named schema.

    interface IReference {
        $ref: string;
        description: string;
        "x-autobe-database-schema-property"?: string | null;
        "x-autobe-specification"?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $ref: string

    JSON Pointer reference to a named schema (e.g., #/components/schemas/SomeObject).

    description: string
    "x-autobe-database-schema-property"?: string | null
    "x-autobe-specification"?: string