{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Image", "type": "object", "properties": { "id": { "type": "string" }, "compartmentId": { "type": "string" }, "displayName": { "type": "string" }, "operatingSystem": { "type": "string" }, "operatingSystemVersion": { "type": "string" }, "timeCreated": { "type": "string" }, "baseImageId": { "type": "string" }, "sizeInMBs": { "type": "integer" }, "billableSizeInGBs": { "type": "integer" }, "createImageAllowed": { "type": "boolean" }, "agentFeatures": { "type": "object" }, "launchMode": { "type": "string" }, "listingType": { "type": "string" } } }