{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OdagAbout", "title": "OdagAbout", "type": "object", "properties": { "version": { "type": "string", "description": "ODAG service version" }, "stabilityIndex": { "type": "string", "description": "API stability level (e.g., stable)" } } }