{
  "schema_version": "1.0",
  "name": "SML Citation Mesh",
  "provider": "ScriptMasterLabs",
  "purpose": "Publish new, reproducible facts in formats useful to humans, crawlers and AI agents without creating duplicate-content spam.",
  "canonical_identity": "https://scriptmasterlabs.com/",
  "operator_app": "/sml-x402-app/citation-foundry.html",
  "truth_rules": [
    "Every published evidence object must contain a Citation Delta: at least one new verifiable fact not already present in the previous object.",
    "A format conversion is not a new evidence object and must point back to one canonical record.",
    "Synthetic validation is never a sale, external citation, ranking or stranger buyer.",
    "Reachability is not settlement proof.",
    "External AI visibility snapshots remain dated snapshots and must never be represented as live after they become stale."
  ],
  "formats": [
    "canonical human-readable evidence record",
    "JSON evidence capsule",
    "JSON-LD Dataset or TechArticle projection",
    "CSV when the underlying evidence is tabular",
    "JSON Feed or RSS discovery entry",
    "agent answer packet",
    "reproducibility instructions"
  ],
  "live_evidence_endpoints": [
    "/api/buyer-readiness",
    "/api/truthgraph",
    "/api/authority",
    "/api/growth",
    "/api/services",
    "/api/seo-audit"
  ],
  "external_baselines": [
    "/sml-x402-app/external-ai-baseline.json"
  ],
  "anti_spam": {
    "publish_when_citation_delta_zero": false,
    "one_canonical_record_per_fact_set": true,
    "duplicate_pages_for_keyword_variants": false,
    "mass_index_submission": false,
    "index_submission_rule": "Submit only genuinely added, changed or removed URLs."
  }
}