For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/genui/a2ui-catalog-extractor/interfaces/JsonSchema.md.
Lynx
  • English
  • genui / a2ui-catalog-extractor / JsonSchema

    JsonSchema

    JSON Schema subset emitted for A2UI component props and function arguments.

    Properties

    $ref?

    optional $ref: string;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:14


    additionalProperties?

    optional additionalProperties: boolean | JsonSchema;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:15


    const?

    optional const: unknown;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:16


    default?

    optional default: unknown;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:17


    deprecated?

    optional deprecated: boolean;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:18


    description?

    optional description: string;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:19


    enum?

    optional enum: (string | number | boolean)[];

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:20


    items?

    optional items: JsonSchema;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:21


    oneOf?

    optional oneOf: JsonSchema[];

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:22


    properties?

    optional properties: Record<string, JsonSchema>;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:23


    required?

    optional required: string[];

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:24


    type?

    optional type: string;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:25


    unevaluatedProperties?

    optional unevaluatedProperties: boolean | JsonSchema;

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:26

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.