Properties
| Name | Type | Description |
|---|---|---|
| messages | array | This is the mock conversation that will be used to evaluate the flow of the conversation. Mock Messages are used to simulate the flow of the conversation Evaluation Messages are used as checkpoints in |
| name | string | This is the name of the eval. It helps identify what the eval is checking for. |
| description | string | This is the description of the eval. This helps describe the eval and its purpose in detail. It will not be used to evaluate the flow of the conversation. |
| type | string | This is the type of the eval. Currently it is fixed to `chat.mockConversation`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EvalUserEditable",
"title": "EvalUserEditable",
"type": "object",
"properties": {
"messages": {
"type": "array",
"description": "This is the mock conversation that will be used to evaluate the flow of the conversation.\n\nMock Messages are used to simulate the flow of the conversation\n\nEvaluation Messages are used as checkpoints in the flow where the model's response to previous conversation needs to be evaluated to check the content and tool calls",
"example": "[{ role: \"user\", content: \"Hello, how are you?\" }, { role: \"assistant\", judgePlan: { type: \"exact\", content: \"I am good, thank you!\" } }]",
"items": {
"oneOf": [
{
"$ref": "#/components/schemas/ChatEvalAssistantMessageMock",
"title": "ChatEvalAssistantMessageMock"
},
{
"$ref": "#/components/schemas/ChatEvalSystemMessageMock",
"title": "ChatEvalSystemMessageMock"
},
{
"$ref": "#/components/schemas/ChatEvalToolResponseMessageMock",
"title": "ChatEvalToolResponseMessageMock"
},
{
"$ref": "#/components/schemas/ChatEvalToolResponseMessageEvaluation",
"title": "ChatEvalToolResponseMessageEvaluation"
},
{
"$ref": "#/components/schemas/ChatEvalUserMessageMock",
"title": "ChatEvalUserMessageMock"
},
{
"$ref": "#/components/schemas/ChatEvalAssistantMessageEvaluation",
"title": "ChatEvalAssistantMessageEvaluation"
}
]
}
},
"name": {
"type": "string",
"description": "This is the name of the eval.\nIt helps identify what the eval is checking for.",
"example": "Verified User Flow Eval",
"minLength": 1,
"maxLength": 80
},
"description": {
"type": "string",
"description": "This is the description of the eval.\nThis helps describe the eval and its purpose in detail. It will not be used to evaluate the flow of the conversation.",
"example": "This eval checks if the user flow is verified.",
"maxLength": 500
},
"type": {
"type": "string",
"description": "This is the type of the eval.\nCurrently it is fixed to `chat.mockConversation`.",
"example": "chat.mockConversation",
"enum": [
"chat.mockConversation"
]
}
},
"required": [
"messages",
"type"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-evalusereditable"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.