{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModelListResult", "title": "ModelListResult", "type": "object", "description": "The list of cognitive services models.", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/AccountModel" }, "description": "An array of models.", "example": [] }, "nextLink": { "type": "string", "description": "The link used to get the next page of models.", "example": "example_value" } } }