Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 757 Bytes

cdk-rest-api-with-spec.jsonschemaex.dependencies.md

File metadata and controls

18 lines (12 loc) · 757 Bytes

Home > cdk-rest-api-with-spec > JsonSchemaEx > dependencies

JsonSchemaEx.dependencies property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Extension of dependencies.

Signature:

dependencies?: {
        [k: string]: JsonSchemaEx | string[];
    };