{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Breadcrumb", "title": "Breadcrumb", "required": [ "label", "separator", "url" ], "type": "object", "properties": { "label": { "type": "string" }, "url": { "type": "string" }, "separator": { "type": "string" } } }