https://developer.cisco.com/meraki/api-v1/#!get-organization-config-template-switch-profiles
As noted in the WebEx MerakiBot notification:
GET `/organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles`
response has changed
response changed from [{'switchProfileId': '1234', 'name': 'A Simple Switch Profile', 'model': 'MS450-24'}] to {'switchProfileId': '1234', 'name': 'A Simple Switch Profile', 'model': 'MS450-24'}
This is also reflect in the OpenApi JSON
https://raw.githubusercontent.com/meraki/openapi/master/openapi/spec2.json
Please revert this change as it is a list that is returned and is incorrectly flagging this as a difference in model compared to OpenApi Schema validation.