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

.cdm-java.6.0.0-dev.82.source-code.cdm-event-position-InventoryRecord.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.position",
  "type": "object",
  "title": "InventoryRecord",
  "description": "An individual piece of inventory. This represents a single security.",
  "properties": {
    "identifer": {
      "description": "Unique identifier for this record. This can be used to uniquely identify a specific piece of inventory.",
      "$ref": "cdm-base-staticdata-identifier-AssignedIdentifier.schema.json"
    },
    "security": {
      "description": "The security details.",
      "$ref": "cdm-base-staticdata-asset-common-Security.schema.json"
    }
  },
  "required": [
    "identifer",
    "security"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy