Contains a list of instance profiles.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/instanceProfileListType", "title": "instanceProfileListType", "type": "array", "description": "Contains a list of instance profiles.", "items": { "$ref": "#/components/schemas/InstanceProfile" } }