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

.cdm-java.6.0.0-dev.72.source-code.cdm-base-staticdata-party-CounterpartyRoleEnum.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.base.staticdata.party",
  "type": "string",
  "title": "CounterpartyRoleEnum",
  "description": "Defines the enumerated values to specify the two counterparties to the transaction.",
  "enum": [
    "Party1",
    "Party2"
  ],
  "oneOf": [
    {
      "enum": [
        "Party1"
      ],
      "title": "Party1"
    },
    
    {
      "enum": [
        "Party2"
      ],
      "title": "Party2"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy