{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ImageRepository", "type": "object", "properties": { "created_on": { "type": "string" }, "repository_url": { "type": "string" }, "owner": { "type": "string" }, "owner_role_type": { "type": "string" } } }