{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/spotdraft/main/json-schema/spotdraft-clickwrap-schema.json", "title": "SpotDraft Clickwrap", "description": "JSON Schema for the SpotDraft Clickwrap resource derived from ClickwrapType in the Public API OpenAPI spec.", "enum": [ "SINGLE_CHECKBOX", "MULTIPLE_CHECKBOX", "INLINE" ], "type": "string" }