{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MBeanDetail", "type": "object", "properties": { "objectName": { "type": "string" }, "className": { "type": "string" }, "description": { "type": "string" }, "attributes": { "type": "array" }, "operations": { "type": "array" }, "notifications": { "type": "array" } } }