AutoBE
    Preparing search index...

    Reference type directing named schema.

    interface IReference {
        $ref: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    $ref: string

    Reference to the named schema.

    The ref is a reference to the named schema. Format of the $ref is following the JSON Pointer specification. In the OpenAPI, the $ref starts with #/components/schemas/ which means the type is stored in the AutoBeOpenApi.IComponents.schemas object.

    • #/components/schemas/SomeObject
    • #/components/schemas/AnotherObject