{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://fdc3.finos.org/schemas/2.0/instrumentList.schema.json",
  "type": "object",
  "title": "InstrumentList",
  "allOf": [{ "$ref": "context.schema.json#" }],
  "properties": {
    "type": { "const": "fdc3.instrumentList" },
    "instruments": {
      "type": "array",
      "items": { "$ref": "instrument.schema.json#" }
    }
  },
  "required": ["instruments"]
}
