{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ImageSourceDetails", "type": "object", "properties": { "sourceType": { "type": "string" }, "bucketName": { "type": "string" }, "namespaceName": { "type": "string" }, "objectName": { "type": "string" }, "sourceUri": { "type": "string" }, "sourceImageType": { "type": "string" }, "operatingSystem": { "type": "string" }, "operatingSystemVersion": { "type": "string" } } }