{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "license": "CC BY 4.0",
 "$id": "https://glp1pricecompare.com/data/schema/answers.schema.json",
 "title": "GLP-1 Price Compare — answers",
 "description": "Canonical dated answers; wording identical to source pages, /answers/ and llms.txt.",
 "type": "object",
 "properties": {
  "dataset_version": {
   "type": "string"
  },
  "generated_at": {
   "type": "string"
  },
  "license": {
   "type": "string"
  },
  "attribution": {
   "type": "string"
  },
  "count": {
   "type": "integer"
  },
  "answers": {
   "type": "array",
   "items": {
    "type": "object",
    "properties": {
     "id": {
      "type": "string"
     },
     "question": {
      "type": "string"
     },
     "answer": {
      "type": "string",
      "description": "Canonical answer text; identical wording to the source page and llms.txt."
     },
     "source_url": {
      "type": "string"
     },
     "anchor_url": {
      "type": "string",
      "description": "Stable citation anchor on /answers/."
     },
     "verified_at": {
      "type": "string",
      "description": "Date the figure was recorded from its source (ISO 8601)."
     }
    },
    "additionalProperties": true
   }
  },
  "note": {
   "type": "string"
  }
 }
}