{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Image", "type": "object", "properties": { "created_on": { "type": "string" }, "image_name": { "type": "string" }, "tags": { "type": "string" }, "digest": { "type": "string" }, "image_path": { "type": "string" } } }