{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BucketRegisterGuideResponse", "required": [ "markdown" ], "properties": { "markdown": { "description": "Registration guide in Markdown format.", "type": "string" } }, "type": "object" }