Skip to main content

COMPONENTS_SCHEMAS_PREFIX

Constant COMPONENTS_SCHEMAS_PREFIX 

Source
pub const COMPONENTS_SCHEMAS_PREFIX: &str = "#/components/schemas/";
Expand description

Where a document format keeps its shared schema definitions.

JSON Schema puts them in #/$defs; both OpenAPI 3.1 and AsyncAPI 3.0 want #/components/schemas.