{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BatchProfileAssociationResponse", "title": "BatchProfileAssociationResponse", "type": "object", "properties": { "statuses": { "type": "object", "additionalProperties": { "type": "integer" } }, "results": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/SalesNavigatorProfileAssociation" } }, "errors": { "type": "object", "additionalProperties": { "type": "string" } } } }