@geogirafe/lib-geoportal
    Preparing search index...
    type OapifPropertySchema = {
        description?: string;
        enum?: (string | number)[];
        format?: string;
        maximum?: number;
        maxLength?: number;
        minimum?: number;
        oneOf?: { const: string; value: string }[];
        readOnly?: boolean;
        required?: boolean;
        title?: string;
        type?: oapifPropertyTypes;
        "x-ogc-propertySeq"?: number;
        "x-ogc-role"?: string;
        "x-orc-codelistUri"?: string;
    }
    Index

    Properties

    description?: string
    enum?: (string | number)[]
    format?: string
    maximum?: number
    maxLength?: number
    minimum?: number
    oneOf?: { const: string; value: string }[]
    readOnly?: boolean
    required?: boolean
    title?: string
    "x-ogc-propertySeq"?: number
    "x-ogc-role"?: string
    "x-orc-codelistUri"?: string