{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_storage_use_response", "title": "stream_storage_use_response", "allOf": [ { "$ref": "#/components/schemas/stream_api-response-single" }, { "properties": { "result": { "properties": { "creator": { "$ref": "#/components/schemas/stream_creator" }, "totalStorageMinutes": { "description": "The total minutes of video content stored in the account.", "type": "integer" }, "totalStorageMinutesLimit": { "description": "The storage capacity alloted for the account.", "type": "integer" }, "videoCount": { "description": "The total count of videos associated with the account.", "type": "integer" } } } } } ] }