{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.common",
  "type": "object",
  "title": "UmbrellaAgreementEntity",
  "description": "A class to specify the legal entities that are part of the umbrella agreement.",
  "properties": {
    "entityId": {
      "description": "A legal entity identifier (e.g. RED entity code).",
      "type": "array",
      "items": {
        "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
      },
      "minItems": 0
    },
    "name": {
      "description": "The legal entity name.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "terms": {
      "description": "The terms that might be associated with each party to the umbrella agreement.",
      "type": "string"
    }
  }
}
