{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LaunchOptions", "type": "object", "properties": { "bootVolumeType": { "type": "string" }, "firmware": { "type": "string" }, "networkType": { "type": "string" }, "remoteDataVolumeType": { "type": "string" }, "isPvEncryptionInTransitEnabled": { "type": "boolean" }, "isConsistentVolumeNamingEnabled": { "type": "boolean" } } }