{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/acord/refs/heads/main/json-structure/ngds-underwriting-submission-structure.json", "description": "UnderwritingSubmission schema from ACORD NGDS API", "type": "object", "properties": { "lineOfBusiness": { "type": "string" }, "applicant": { "$ref": "#/components/schemas/PartyRequest" }, "requestedEffectiveDate": { "type": "date" }, "requestedExpirationDate": { "type": "date" }, "riskDetails": { "type": "object", "additionalProperties": true } }, "required": [ "lineOfBusiness", "applicant", "requestedEffectiveDate" ], "name": "UnderwritingSubmission" }