Representation of a successful healthcheck
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/HealthCheckSuccess.json", "title": "HealthCheckSuccess", "type": "object", "description": "Representation of a successful healthcheck", "required": [ "message" ], "properties": { "message": { "type": "string" } } }