Skip to main content

ServiceStatusResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ServiceStatusResponseBody.json
availablebooleanrequired

Whether the PDF service is available

messagestringrequired

Status message

ServiceStatusResponseBody
{
"$schema": "https://example.com/schemas/ServiceStatusResponseBody.json",
"available": true,
"message": "string"
}