{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-leads-get-forms-for-the-response200-schema.json", "title": "GetFormsForTheResponse200", "description": "GetFormsForTheResponse200 from LinkedIn API", "type": "object", "properties": { "paging": { "type": "object", "properties": { "start": { "type": "integer" }, "count": { "type": "integer" }, "links": { "type": "array", "items": {} }, "total": { "type": "integer" } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "reviewInfo": { "type": "object", "properties": { "rejectionReasons": { "type": "array", "items": {} }, "lastUpdated": { "type": "integer" }, "reviewStatus": { "type": "string" } } }, "owner": { "type": "object", "properties": { "sponsoredAccount": { "type": "string" } } }, "hiddenFields": { "type": "array", "items": {} }, "versionId": { "type": "integer" }, "created": { "type": "integer" }, "creationLocale": { "type": "object", "properties": { "country": { "type": "string" }, "language": { "type": "string" } } }, "name": { "type": "string" }, "id": { "type": "integer" }, "lastModified": { "type": "integer" }, "state": { "type": "string" }, "content": { "type": "object", "properties": { "questions": { "type": "array", "items": { "type": "object", "properties": { "questionId": { "type": "integer" }, "question": { "type": "object", "properties": { "localized": { "type": "object", "properties": { "sv_SE": { "type": "string" } } } } }, "responseEditable": { "type": "boolean" }, "name": { "type": "string" }, "questionDetails": { "type": "object", "properties": { "textQuestionDetails": { "type": "object", "properties": { "maxResponseLength": { "type": "integer" } } } } }, "predefinedField": { "type": "string" }, "responseRequired": { "type": "boolean" } } } }, "description": { "type": "object", "properties": { "localized": { "type": "object", "properties": { "sv_SE": { "type": "string" } } } } }, "postSubmissionInfo": { "type": "object", "properties": { "message": { "type": "object", "properties": { "localized": { "type": "object", "properties": { "sv_SE": { "type": "string" } } } } }, "callToAction": { "type": "object", "properties": { "callToActionTarget": { "type": "object", "properties": { "landingPageUrl": { "type": "string" } } }, "callToActionLabel": { "type": "string" } } } } }, "legalInfo": { "type": "object", "properties": { "consents": { "type": "array", "items": {} }, "legalInfoId": { "type": "integer" }, "privacyPolicyUrl": { "type": "string" }, "legalDisclaimer": { "type": "object", "properties": { "localized": { "type": "object", "properties": { "sv_SE": { "type": "string" } } } } } } }, "headline": { "type": "object", "properties": { "localized": { "type": "object", "properties": { "sv_SE": { "type": "string" } } } } } } } } } } } }