{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetFormVersionFormRelationshipResponse", "title": "GetFormVersionFormRelationshipResponse", "type": "object", "properties": { "data": { "type": "object", "properties": { "type": { "$ref": "#/components/schemas/FormEnum" }, "id": { "description": "ID of the form. Generated by Klaviyo.", "type": "string", "example": "Y6nRLr" } }, "required": [ "type", "id" ] }, "links": { "$ref": "#/components/schemas/ObjectLinks" } }, "required": [ "data" ] }