{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateOrganizationsAccessReportResponse", "title": "GenerateOrganizationsAccessReportResponse", "type": "object", "example": { "JobId": "examplea-1234-b567-cde8-90fg123abcd4" }, "properties": { "JobId": { "allOf": [ { "$ref": "#/components/schemas/jobIDType" }, { "description": "The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation." } ] } } }