{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Guide Board Raw Artifact", "type": "object", "additionalProperties": false, "required": [ "id", "run_id", "path", "media_type", "producer", "checksum", "created_at", "retention_class" ], "properties": { "id": { "type": "string" }, "run_id": { "type": "string" }, "path": { "type": "string" }, "media_type": { "type": "string" }, "producer": { "type": "string" }, "checksum": { "type": "string" }, "created_at": { "type": "string" }, "retention_class": { "type": "string" } } }