{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "API2.Result", "properties": { "Data": { "$ref": "#/components/schemas/System.Object" }, "Message": { "type": "string" }, "StatusCode": { "format": "int32", "type": "integer" } }, "type": "object" }