{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ManagedAccount", "type": "object", "properties": { "cloud": { "type": "string" }, "region": { "type": "string" }, "locator": { "type": "string" }, "created_on": { "type": "string" }, "url": { "type": "string" }, "account_locator_url": { "type": "string" }, "comment": { "type": "string" }, "admin_name": { "type": "string" }, "admin_password": { "type": "string" }, "account_type": { "type": "string" } } }