{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://sourvillo.ru/.well-known/agent-schema.json","title":"sourvillo.ru agent schema bundle","description":"Reusable response schemas for the read-only sourvillo.ru agent API.","updated":"2026-05-24","endpoints":{"human":{"home":"https://sourvillo.ru/","start":"https://sourvillo.ru/start","cite":"https://sourvillo.ru/cite","forHeroes":"https://sourvillo.ru/for-heroes","topics":"https://sourvillo.ru/topics","search":"https://sourvillo.ru/search"},"machine":{"sitemap":"https://sourvillo.ru/sitemap.xml","rss":"https://sourvillo.ru/feed.xml","atom":"https://sourvillo.ru/atom.xml","jsonFeed":"https://sourvillo.ru/feed.json","llmsTxt":"https://sourvillo.ru/llms.txt","llmsFullTxt":"https://sourvillo.ru/llms-full.txt","aiTxt":"https://sourvillo.ru/ai.txt","llmsJson":"https://sourvillo.ru/.well-known/llms.json","agentJson":"https://sourvillo.ru/.well-known/agent.json","agentOpenApi":"https://sourvillo.ru/.well-known/agent-openapi.json","agentSchema":"https://sourvillo.ru/.well-known/agent-schema.json"},"agent":{"search":"https://sourvillo.ru/api/agent/search","context":"https://sourvillo.ru/api/agent/context","collections":"https://sourvillo.ru/api/agent/collections","topics":"https://sourvillo.ru/api/agent/topics","material":"https://sourvillo.ru/api/agent/material","related":"https://sourvillo.ru/api/agent/related","answer":"https://sourvillo.ru/api/agent/answer"}},"$defs":{"SearchResult":{"type":"object","required":["id","url","path","title","section","sectionLabel","description","score"],"properties":{"id":{"type":"string"},"url":{"type":"string","format":"uri"},"path":{"type":"string"},"title":{"type":"string"},"section":{"type":"string"},"sectionLabel":{"type":"string"},"description":{"type":"string"},"excerpt":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"date":{"type":"string"},"score":{"type":"number"},"matches":{"type":"array","items":{"type":"string"}}}},"MaterialCard":{"allOf":[{"type":"object","required":["id","title","url","path","section","sectionLabel"],"properties":{"id":{"type":"string","examples":["travel:madeira-2025"]},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"path":{"type":"string"},"section":{"type":"string"},"sectionLabel":{"type":"string"}}},{"type":"object","properties":{"description":{"type":"string"},"date":{"type":"string"},"image":{"type":"string","format":"uri"},"people":{"type":"array","items":{"type":"string"}},"places":{"type":"array","items":{"type":"string"}},"topics":{"type":"array","items":{"type":"string"}},"evidence":{"type":"object"},"citation":{"type":"object"},"related":{"type":"array","items":{"type":"object"}},"relatedTopics":{"type":"array","items":{"type":"object","required":["id","title","url","path","reason"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"path":{"type":"string"},"reason":{"type":"string"}}}},"relatedMaterials":{"type":"array","items":{"type":"object","required":["id","title","url","path","section","sectionLabel","description","relation","score"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"path":{"type":"string"},"section":{"type":"string"},"sectionLabel":{"type":"string"},"description":{"type":"string"},"relation":{"type":"string"},"score":{"type":"number"},"sharedTopics":{"type":"array","items":{"type":"string"}}}}},"summaryText":{"type":"string"}}}]},"MaterialSummary":{"type":"object","required":["id","title","url","path","section","sectionLabel"],"properties":{"id":{"type":"string","examples":["travel:madeira-2025"]},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"path":{"type":"string"},"section":{"type":"string"},"sectionLabel":{"type":"string"}}},"RelatedTopic":{"type":"object","required":["id","title","url","path","reason"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"path":{"type":"string"},"reason":{"type":"string"}}},"RelatedMaterial":{"type":"object","required":["id","title","url","path","section","sectionLabel","description","relation","score"],"properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"path":{"type":"string"},"section":{"type":"string"},"sectionLabel":{"type":"string"},"description":{"type":"string"},"relation":{"type":"string"},"score":{"type":"number"},"sharedTopics":{"type":"array","items":{"type":"string"}}}},"Error":{"type":"object","required":["ok","error"],"properties":{"ok":{"type":"boolean","const":false},"error":{"type":"string"}}}}}