{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UpdateInstanceDetails", "type": "object", "properties": { "displayName": { "type": "string" }, "shape": { "type": "string" }, "metadata": { "type": "object" }, "extendedMetadata": { "type": "object" }, "faultDomain": { "type": "string" } } }