{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CIC core metadata container", "$id": "/cic/core", "type": "object", "properties": { "version": { "type": "integer" }, "attachments": { "type": "array", "items": { "$ref": "/mime" } }, "certifications": { "type": "array", "items": { "type": "string", "format": "uri" }, "minItems": 1 } }, "required": ["version", "attachments"] }