{ "type": "object", "properties": { "id": { "type": "string", "example": "abc123" }, "methodName": { "type": "string", "example": "example_value" }, "name": { "type": "string", "example": "Example Title" }, "namespace": { "type": "['string', 'null']", "example": "example_value" }, "seeAllData": { "type": "boolean", "example": true }, "time": { "type": "integer", "example": 1700000000000 } }, "required": [ "id", "methodName", "name", "namespace", "seeAllData", "time" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Success1" }