{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClassEvent", "title": "ClassEvent", "type": "object", "properties": { "name": { "type": "string" }, "eventArgsType": { "type": "string" }, "description": { "type": "string" } } }