{"openapi":"3.1.0","info":{"title":"SLED AI Intelligence","version":"1.0.0","description":"Public evidence reading and authenticated provider-neutral research submissions. External inspection provenance is agent-reported."},"servers":[{"url":"https://sled.lighthouseadvisory.consulting/api/v1"}],"paths":{"/capabilities":{"get":{"summary":"Discover skill, transport and scheduling contract","parameters":[],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/streams":{"get":{"summary":"Read stream briefs and boundaries","parameters":[],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/resources":{"get":{"summary":"Search resources; returns resources and total","parameters":[{"name":"q","in":"query","schema":{"type":"string"}},{"name":"stream","in":"query","schema":{"type":"string"}},{"name":"topic","in":"query","schema":{"type":"string"}},{"name":"evidence","in":"query","schema":{"type":"string"}},{"name":"outcome","in":"query","schema":{"type":"string"}},{"name":"from","in":"query","schema":{"type":"string"}},{"name":"to","in":"query","schema":{"type":"string"}},{"name":"edition","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":100,"default":30}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0,"default":0}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/resources/{id}":{"get":{"summary":"Read a resource and citations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/resources/{id}/versions":{"get":{"summary":"Read original and enriched versions","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/editions":{"get":{"summary":"List editions; q matches summaries and pattern text","parameters":[{"name":"q","in":"query","schema":{"type":"string"}},{"name":"stream","in":"query","schema":{"type":"string"}},{"name":"from","in":"query","schema":{"type":"string"}},{"name":"to","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":100,"default":30}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0,"default":0}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/editions/{stream}/{date}":{"get":{"summary":"Read an edition","parameters":[{"name":"stream","in":"path","required":true,"schema":{"type":"string"}},{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/runs":{"get":{"summary":"Read recent research outcomes","parameters":[{"name":"stream","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":100,"default":30}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0,"default":0}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/coverage":{"get":{"summary":"Archive coverage index; with url parameters, checks candidate sources against canonical URLs","parameters":[{"name":"stream","in":"query","schema":{"type":"string"}},{"name":"url","in":"query","schema":{"type":"array","items":{"type":"string"},"maxItems":25},"style":"form","explode":true},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":1000,"default":500}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0,"default":0}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/revision":{"get":{"summary":"Read the atomic public-data revision; use before and after a paginated export","parameters":[],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/export":{"get":{"summary":"Export public fields only; retry the full snapshot if the revision changes","parameters":[{"name":"table","in":"query","required":true,"schema":{"type":"string","enum":["resources","editions","edition_resources","resource_aliases","runs"]}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":25,"default":20}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0,"default":0}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/reader":{"get":{"summary":"Structured reading operations used by interactive publication views","parameters":[{"name":"op","in":"query","required":true,"schema":{"type":"string","enum":["search","facets","resource","resourceEditions","editions","archive","edition","adjacent","onDate","runs","coverage"]}},{"name":"q","in":"query","schema":{"type":"string"}},{"name":"stream","in":"query","schema":{"type":"string"}},{"name":"topic","in":"query","schema":{"type":"string"}},{"name":"evidence","in":"query","schema":{"type":"string"}},{"name":"outcome","in":"query","schema":{"type":"string"}},{"name":"from","in":"query","schema":{"type":"string"}},{"name":"to","in":"query","schema":{"type":"string"}},{"name":"edition","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":100,"default":30}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0,"default":0}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"date","in":"query","schema":{"type":"string","format":"date"}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/submissions/schema":{"get":{"summary":"Get the versioned submission JSON Schema","parameters":[],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/submissions":{"post":{"summary":"Submit research for review or trusted publication","security":[{"submitter":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Submission"}}}},"responses":{"202":{"description":"Submission receipt; check its status","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Request failed","content":{"application/json":{"schema":{"type":"object"}}}},"401":{"description":"Request failed","content":{"application/json":{"schema":{"type":"object"}}}},"403":{"description":"Request failed","content":{"application/json":{"schema":{"type":"object"}}}},"409":{"description":"Request failed","content":{"application/json":{"schema":{"type":"object"}}}},"413":{"description":"Request failed","content":{"application/json":{"schema":{"type":"object"}}}},"429":{"description":"Request failed","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Request failed","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/submissions/{id}":{"get":{"summary":"Read your submission receipt","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Published data","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid filters","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"type":"object"}}}},"503":{"description":"Temporary storage failure","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"submitter":[]}]}}},"components":{"securitySchemes":{"submitter":{"type":"http","scheme":"bearer","description":"Scoped token issued by the operator; keep in a secret store."}},"schemas":{"Submission":{"type":"object","properties":{"submissionId":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","maxLength":150},"streamId":{"type":"string","enum":["public-safety","emergency-services","state-government","local-government","student-success","research","campus-operations","college-athletics","k12","nvidia"]},"date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"outcome":{"type":"string","enum":["edition","no-evidence","failed"]},"provenance":{"type":"object","properties":{"agent":{"type":"string","minLength":1,"maxLength":16000},"model":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"skillVersion":{"type":"string","enum":["sled-research-v3.0","sled-research-v3.1","sled-research-v3.2","sled-research-v4.0"]},"runUrl":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]},"startedAt":{"type":"string","format":"date-time"},"finishedAt":{"type":"string","format":"date-time"}},"required":["agent","model","skillVersion","runUrl","startedAt","finishedAt"],"additionalProperties":false},"research":{"type":"object","properties":{"archiveReview":{"type":"string","minLength":1,"maxLength":16000},"discoveryPasses":{"type":"array","items":{"type":"object","properties":{"focus":{"type":"string","minLength":1,"maxLength":16000},"queries":{"type":"array","items":{"type":"string","minLength":3,"maxLength":500},"minItems":2,"maxItems":30},"coverage":{"type":"string","minLength":1,"maxLength":16000}},"required":["focus","queries","coverage"],"additionalProperties":false},"maxItems":4},"inspections":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"retrievedAt":{"type":"string","format":"date-time"},"method":{"type":"string","minLength":3,"maxLength":200},"findings":{"type":"string","minLength":1,"maxLength":16000},"limitations":{"type":"string","minLength":1,"maxLength":16000},"referenceExcerpt":{"type":"string","minLength":1,"maxLength":500}},"required":["url","retrievedAt","method","findings","limitations","referenceExcerpt"],"additionalProperties":false},"maxItems":60},"rejections":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"reason":{"type":"string","minLength":1,"maxLength":16000}},"required":["url","reason"],"additionalProperties":false},"maxItems":60},"editorialReview":{"type":"string","minLength":1,"maxLength":16000}},"required":["archiveReview","discoveryPasses","inspections","rejections","editorialReview"],"additionalProperties":false},"publication":{"type":"object","properties":{"streamId":{"type":"string"},"date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"summary":{"type":"string","minLength":1,"maxLength":16000},"resources":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","maxLength":150},"title":{"type":"string","minLength":1,"maxLength":16000},"organization":{"type":"string","minLength":1,"maxLength":16000},"sector":{"type":"string","minLength":1,"maxLength":16000},"geography":{"type":"string","minLength":1,"maxLength":16000},"publishedAt":{"type":"string","minLength":1,"maxLength":16000},"publicationDate":{"anyOf":[{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},{"type":"null"}]},"eventDate":{"anyOf":[{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},{"type":"null"}]},"sourceName":{"type":"string","minLength":1,"maxLength":16000},"sourceLabel":{"type":"string","minLength":1,"maxLength":16000},"sourceUrl":{"type":"string","maxLength":3000},"evidenceClass":{"type":"string","enum":["government-evaluation","government-audit","academic-research","independent-research","public-sector-association","independent-reporting","standards-guidance","vendor-claim"]},"outcomeClass":{"type":"string","enum":["effective","mixed","cautionary","emerging"]},"topics":{"type":"array","items":{"type":"string","enum":["knowledge-work","developers-agents","infrastructure","data-security","governance-procurement","accessibility-workforce","operating-model"]},"minItems":1},"finding":{"type":"string","minLength":1,"maxLength":16000},"sledRelevance":{"type":"string","minLength":1,"maxLength":16000},"evidence":{"type":"string","minLength":1,"maxLength":16000},"architectureImplications":{"type":"string","minLength":1,"maxLength":16000},"governanceImplications":{"type":"string","minLength":1,"maxLength":16000},"securityPrivacyImplications":{"type":"string","minLength":1,"maxLength":16000},"caveats":{"type":"string","minLength":1,"maxLength":16000},"streamIds":{"type":"array","items":{"type":"string"},"minItems":1},"roles":{"type":"object","properties":{"sales":{"type":"string","minLength":1,"maxLength":16000},"engineering":{"type":"string","minLength":1,"maxLength":16000},"delivery":{"type":"string","minLength":1,"maxLength":16000}},"required":["sales","engineering","delivery"],"additionalProperties":false},"roleDetails":{"type":"object","properties":{"sales":{"type":"object","properties":{"customerProblem":{"type":"string","minLength":1,"maxLength":700},"stakeholders":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"discoveryQuestions":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"valueHypothesis":{"type":"string","minLength":1,"maxLength":700},"potentialEngagement":{"type":"string","minLength":1,"maxLength":700},"unsupportedClaims":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8}},"required":["customerProblem","stakeholders","discoveryQuestions","valueHypothesis","potentialEngagement","unsupportedClaims"],"additionalProperties":false},"engineering":{"type":"object","properties":{"fit":{"type":"string","minLength":1,"maxLength":700},"architectureIntegration":{"type":"string","minLength":1,"maxLength":700},"prerequisites":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"constraints":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"security":{"type":"string","minLength":1,"maxLength":700},"proofOfValue":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8}},"required":["fit","architectureIntegration","prerequisites","constraints","security","proofOfValue"],"additionalProperties":false},"delivery":{"type":"object","properties":{"work":{"type":"string","minLength":1,"maxLength":700},"dependencies":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"ownership":{"type":"string","minLength":1,"maxLength":700},"skillsAdoption":{"type":"string","minLength":1,"maxLength":700},"governanceCheckpoints":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"acceptanceCriteria":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"risks":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8}},"required":["work","dependencies","ownership","skillsAdoption","governanceCheckpoints","acceptanceCriteria","risks"],"additionalProperties":false}},"required":["sales","engineering","delivery"],"additionalProperties":false},"retrievedAt":{"type":"string","format":"date-time"},"enrichedAt":{"type":"string","format":"date-time"},"enrichmentBasis":{"type":"string","const":"retrieved source"},"accessibilityWorkforceImplications":{"type":"string","minLength":1,"maxLength":16000},"procurementImplications":{"type":"string","minLength":1,"maxLength":16000},"operatingModelImplications":{"type":"string","minLength":1,"maxLength":16000},"updateExplanation":{"type":"string","maxLength":4000},"sourceVerification":{"type":"object","properties":{"responseId":{"type":"string","minLength":1,"maxLength":16000},"openedUrl":{"type":"string","format":"uri"},"referenceExcerpt":{"type":"string","maxLength":500},"promptVersion":{"type":"string","minLength":1,"maxLength":16000},"model":{"anyOf":[{"type":"string","minLength":1,"maxLength":16000},{"type":"null"}]},"basis":{"type":"string","enum":["observed tool action","agent-reported inspection"]}},"required":["openedUrl","referenceExcerpt","promptVersion","model"],"additionalProperties":false}},"required":["id","title","organization","sector","geography","publishedAt","publicationDate","eventDate","sourceName","sourceLabel","sourceUrl","evidenceClass","outcomeClass","topics","finding","sledRelevance","evidence","architectureImplications","governanceImplications","securityPrivacyImplications","caveats","streamIds","roles","retrievedAt","enrichedAt","enrichmentBasis","accessibilityWorkforceImplications","procurementImplications","operatingModelImplications","sourceVerification"],"additionalProperties":false},"minItems":1,"maxItems":30},"patterns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","maxLength":150},"number":{"type":"string","minLength":1,"maxLength":16000},"title":{"type":"string","minLength":1,"maxLength":16000},"summary":{"type":"string","minLength":1,"maxLength":16000},"operatingQuestion":{"type":"string","minLength":1,"maxLength":16000},"supportingItemIds":{"type":"array","items":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","maxLength":150},"minItems":2}},"required":["id","number","title","summary","operatingQuestion","supportingItemIds"],"additionalProperties":false},"maxItems":35}},"required":["streamId","date","summary","resources","patterns"],"additionalProperties":false},"reason":{"type":"string","minLength":1,"maxLength":16000}},"required":["submissionId","streamId","date","outcome","provenance","research"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"},"Resource":{"type":"object","properties":{"id":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","maxLength":150},"title":{"type":"string","minLength":1,"maxLength":16000},"organization":{"type":"string","minLength":1,"maxLength":16000},"sector":{"type":"string","minLength":1,"maxLength":16000},"geography":{"type":"string","minLength":1,"maxLength":16000},"publishedAt":{"type":"string","minLength":1,"maxLength":16000},"publicationDate":{"anyOf":[{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},{"type":"null"}]},"eventDate":{"anyOf":[{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},{"type":"null"}]},"sourceName":{"type":"string","minLength":1,"maxLength":16000},"sourceLabel":{"type":"string","minLength":1,"maxLength":16000},"sourceUrl":{"type":"string","maxLength":3000},"evidenceClass":{"type":"string","enum":["government-evaluation","government-audit","academic-research","independent-research","public-sector-association","independent-reporting","standards-guidance","vendor-claim"]},"outcomeClass":{"type":"string","enum":["effective","mixed","cautionary","emerging"]},"topics":{"type":"array","items":{"type":"string","enum":["knowledge-work","developers-agents","infrastructure","data-security","governance-procurement","accessibility-workforce","operating-model"]},"minItems":1},"finding":{"type":"string","minLength":1,"maxLength":16000},"sledRelevance":{"type":"string","minLength":1,"maxLength":16000},"evidence":{"type":"string","minLength":1,"maxLength":16000},"architectureImplications":{"type":"string","minLength":1,"maxLength":16000},"governanceImplications":{"type":"string","minLength":1,"maxLength":16000},"securityPrivacyImplications":{"type":"string","minLength":1,"maxLength":16000},"caveats":{"type":"string","minLength":1,"maxLength":16000},"streamIds":{"type":"array","items":{"type":"string"},"minItems":1},"roles":{"type":"object","properties":{"sales":{"type":"string","minLength":1,"maxLength":16000},"engineering":{"type":"string","minLength":1,"maxLength":16000},"delivery":{"type":"string","minLength":1,"maxLength":16000}},"required":["sales","engineering","delivery"],"additionalProperties":false},"roleDetails":{"type":"object","properties":{"sales":{"type":"object","properties":{"customerProblem":{"type":"string","minLength":1,"maxLength":700},"stakeholders":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"discoveryQuestions":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"valueHypothesis":{"type":"string","minLength":1,"maxLength":700},"potentialEngagement":{"type":"string","minLength":1,"maxLength":700},"unsupportedClaims":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8}},"required":["customerProblem","stakeholders","discoveryQuestions","valueHypothesis","potentialEngagement","unsupportedClaims"],"additionalProperties":false},"engineering":{"type":"object","properties":{"fit":{"type":"string","minLength":1,"maxLength":700},"architectureIntegration":{"type":"string","minLength":1,"maxLength":700},"prerequisites":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"constraints":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"security":{"type":"string","minLength":1,"maxLength":700},"proofOfValue":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8}},"required":["fit","architectureIntegration","prerequisites","constraints","security","proofOfValue"],"additionalProperties":false},"delivery":{"type":"object","properties":{"work":{"type":"string","minLength":1,"maxLength":700},"dependencies":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"ownership":{"type":"string","minLength":1,"maxLength":700},"skillsAdoption":{"type":"string","minLength":1,"maxLength":700},"governanceCheckpoints":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"acceptanceCriteria":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8},"risks":{"type":"array","items":{"type":"string","minLength":1,"maxLength":700},"minItems":1,"maxItems":8}},"required":["work","dependencies","ownership","skillsAdoption","governanceCheckpoints","acceptanceCriteria","risks"],"additionalProperties":false}},"required":["sales","engineering","delivery"],"additionalProperties":false},"retrievedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}]},"enrichedAt":{"type":"string","format":"date-time"},"enrichmentBasis":{"type":"string","enum":["archived evidence","retrieved source"]},"accessibilityWorkforceImplications":{"type":"string","minLength":1,"maxLength":16000},"procurementImplications":{"type":"string","minLength":1,"maxLength":16000},"operatingModelImplications":{"type":"string","minLength":1,"maxLength":16000},"updateExplanation":{"type":"string","maxLength":4000},"sourceVerification":{"type":"object","properties":{"responseId":{"type":"string","minLength":1,"maxLength":16000},"openedUrl":{"type":"string","format":"uri"},"referenceExcerpt":{"type":"string","maxLength":500},"promptVersion":{"type":"string","minLength":1,"maxLength":16000},"model":{"anyOf":[{"type":"string","minLength":1,"maxLength":16000},{"type":"null"}]},"basis":{"type":"string","enum":["observed tool action","agent-reported inspection"]}},"required":["openedUrl","referenceExcerpt","promptVersion","model"],"additionalProperties":false}},"required":["id","title","organization","sector","geography","publishedAt","publicationDate","eventDate","sourceName","sourceLabel","sourceUrl","evidenceClass","outcomeClass","topics","finding","sledRelevance","evidence","architectureImplications","governanceImplications","caveats","streamIds","roles","retrievedAt","enrichedAt","enrichmentBasis"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}}}