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

.cdm-java.6.0.0-dev.63.source-code.cdm-event-common-Affirmation.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.event.common",
  "type": "object",
  "title": "Affirmation",
  "description": "A class to specify a trade affirmation.",
  "properties": {
    "identifier": {
      "description": "The identifier(s) associated with the trade and resulting confirmation.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-identifier-Identifier.schema.json"
      },
      "minItems": 1
    },
    "party": {
      "description": "The parties associated with the trade.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-Party.schema.json"
      },
      "minItems": 1
    },
    "partyRole": {
      "description": "The role(s) that party(ies) may have in relation to the trade",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-PartyRole.schema.json"
      },
      "minItems": 1
    },
    "lineage": {
      "description": "The lineage attribute provides a linkage to previous lifecycle events and associated data.",
      "$ref": "cdm-event-common-Lineage.schema.json"
    },
    "status": {
      "$ref": "cdm-event-common-AffirmationStatusEnum.schema.json"
    }
  },
  "required": [
    "status"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy