AnnotationCriterionSchema
Schema for AnnotationCriterionSchema
LLMEvaluationObservabilityTestingPrompt ManagementAI EngineeringMachine-LearningTracingExperimentationHuman Feedback
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/parea/main/json-schema/AnnotationCriterionSchema.json",
"title": "AnnotationCriterionSchema",
"description": "Schema for AnnotationCriterionSchema",
"properties": {
"name": {
"type": "string",
"title": "Name",
"description": "Annotation name"
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/DefinedAnnotationType"
}
],
"description": "Annotation type"
},
"min_value": {
"title": "Min Value",
"description": "Minimum value",
"type": "number",
"nullable": true
},
"max_value": {
"title": "Max Value",
"description": "Maximum value",
"type": "number",
"nullable": true
},
"value_score_map": {
"title": "Value Score Map",
"description": "Value to score mapping",
"additionalProperties": {
"type": "number"
},
"type": "object",
"nullable": true
},
"id": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
],
"title": "Id",
"description": "Annotation ID"
},
"organization_id": {
"type": "string",
"title": "Organization Id",
"description": "Organization ID"
},
"description": {
"title": "Description",
"description": "Annotation description",
"type": "string",
"nullable": true
},
"cur_bootstrapped_eval_id": {
"title": "Cur Bootstrapped Eval Id",
"description": "Current bootstrapped evaluation ID",
"type": "integer",
"nullable": true
},
"bootstrapped_evals": {
"additionalProperties": {
"$ref": "#/components/schemas/BootstrapEvalSchema"
},
"type": "object",
"title": "Bootstrapped Evals",
"description": "Bootstrapped evaluations"
}
},
"type": "object",
"required": [
"name",
"type",
"id",
"organization_id"
]
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AnnotationCriterionSchema"
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 email required.
A second provider on the same verified email joins the account you already have.