Skip to main content

TestModelResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/TestModelResponseBody.json
messagestringrequired

Status message

statusstringrequired

Connection status: ok or error

TestModelResponseBody
{
"$schema": "https://example.com/schemas/TestModelResponseBody.json",
"message": "string",
"status": "string"
}