{ "type": "object", "name": "Success1", "properties": { "id": { "type": "string" }, "methodName": { "type": "string" }, "name": { "type": "string" }, "namespace": { "type": "['string', 'null']" }, "seeAllData": { "type": "boolean" }, "time": { "type": "integer" } }, "required": [ "id", "methodName", "name", "namespace", "seeAllData", "time" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }