All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.82.source-code.cdm-legaldocumentation-common-AddressForNotices.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.common",
  "type": "object",
  "title": "AddressForNotices",
  "description": "Specification of the address and other details for notices.",
  "properties": {
    "primaryNotices": {
      "description": "Specification of primary notice details",
      "$ref": "cdm-product-collateral-ContactElection.schema.json"
    },
    "additionalNotices": {
      "description": "The optional specification of additional information when a party requires notices to be delivered to more than one address.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-PartyContactInformation.schema.json"
      },
      "minItems": 0
    }
  },
  "required": [
    "primaryNotices"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy