{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Account", "type": "object", "properties": { "organization_name": { "type": "string" }, "region_group": { "type": "string" }, "region": { "type": "string" }, "edition": { "type": "string" }, "created_on": { "type": "string" }, "account_url": { "type": "string" }, "account_locator": { "type": "string" }, "account_locator_url": { "type": "string" }, "managed_accounts": { "type": "integer" }, "consumption_billing_entity_name": { "type": "string" }, "marketplace_consumer_billing_entity_name": { "type": "string" }, "marketplace_provider_billing_entity_name": { "type": "string" }, "old_account_url": { "type": "string" }, "comment": { "type": "string" }, "is_org_admin": { "type": "boolean" }, "retention_time": { "type": "integer" }, "dropped_on": { "type": "string" }, "scheduled_deletion_time": { "type": "string" }, "restored_on": { "type": "string" }, "account_old_url_saved_on": { "type": "string" }, "account_old_url_last_used": { "type": "string" }, "organization_old_url": { "type": "string" }, "organization_old_url_saved_on": { "type": "string" }, "organization_old_url_last_used": { "type": "string" }, "organization_URL_expiration_on": { "type": "string" }, "moved_on": { "type": "string" }, "is_events_account": { "type": "boolean" }, "moved_to_organization": { "type": "string" }, "admin_name": { "type": "string" }, "admin_password": { "type": "string" }, "admin_rsa_public_key": { "type": "string" }, "admin_user_type": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "email": { "type": "string" }, "must_change_password": { "type": "boolean" }, "polaris": { "type": "boolean" } } }