The binary blob response to GetSdk, which contains the generated SDK.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SdkResponse", "title": "SdkResponse", "type": "object", "properties": { "body": { "allOf": [ { "$ref": "#/components/schemas/Blob" }, { "description": "The binary blob response to GetSdk, which contains the generated SDK." } ] } }, "description": "The binary blob response to GetSdk, which contains the generated SDK." }