pub const COMPONENTS_SCHEMAS_PREFIX: &str = "#/components/schemas/";
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.
#/$defs
#/components/schemas