@retropak/schema 1.0.0-draft7 → 1.0.0-draft8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retropak/schema",
3
- "version": "1.0.0-draft7",
3
+ "version": "1.0.0-draft8",
4
4
  "description": "Metadata specification for Retropak software containers",
5
5
  "type": "module",
6
6
  "main": "./schemas/v1/retropak.schema.json",
@@ -690,6 +690,10 @@
690
690
  "notes": {
691
691
  "type": "string",
692
692
  "description": "Additional notes about this specific media file (e.g. distribution method, requirements, known issues)."
693
+ },
694
+ "labelImage": {
695
+ "$ref": "#/$defs/image",
696
+ "description": "Image of the media label (e.g. disc label, cartridge label, cassette label)."
693
697
  }
694
698
  }
695
699
  },