Theia API Documentation v1.65.0
    Preparing search index...
    interface SchemaData {
        description: string;
        fileMatch?: string[];
        name: string;
        schema: any;
        url: string;
    }
    Index

    Properties

    description: string
    fileMatch?: string[]
    name: string
    schema: any

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    url: string