{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateImageDetails", "type": "object", "properties": { "compartmentId": { "type": "string" }, "displayName": { "type": "string" }, "instanceId": { "type": "string" }, "launchMode": { "type": "string" } } }