{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://majesticcore.dev/schemas/physicalCopyInfo.schema.json",
  "title": "PhysicalCopyInfo",
  "description": "Physical copy binder/slot info when edition has a disc.",
  "type": "object",
  "required": ["binder", "slot"],
  "properties": {
    "binder": { "type": "string" },
    "slot": { "type": "string" },
    "format": { "type": ["string", "null"] }
  },
  "additionalProperties": false
}
