{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetAccountSettingsResponse", "title": "GetAccountSettingsResponse", "type": "object", "properties": { "AccountLimit": { "allOf": [ { "$ref": "#/components/schemas/AccountLimit" }, { "description": "Limits that are related to concurrency and code storage." } ] }, "AccountUsage": { "allOf": [ { "$ref": "#/components/schemas/AccountUsage" }, { "description": "The number of functions and amount of storage in use." } ] } } }