JSON Schemas officiels

Tous les schémas utilisent JSON Schema Draft 2020-12 et possèdent un identifiant canonique sous zeons.org.

FichierObjetAccès
capability.schema.jsonZEON CapabilityOuvrir / télécharger
destination.schema.jsonZEON DestinationOuvrir / télécharger
route-request.schema.jsonZEON Route RequestOuvrir / télécharger
candidate-score.schema.jsonZEON Candidate ScoreOuvrir / télécharger
route-decision.schema.jsonZEON Route DecisionOuvrir / télécharger
route-event.schema.jsonZEON Route EventOuvrir / télécharger

Exemple minimal

{
  "id": "ex_001",
  "text": "Cartographie les concepts centraux et leurs relations.",
  "language": "fr",
  "confidentiality": "internal",
  "required_capabilities": [
    "concept_mapping"
  ]
}