{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/global-privacy-control/latest.json",
  "title": "Global Privacy Control",
  "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control.",
  "x-lintel": {
    "source": "https://www.schemastore.org/gpc.json",
    "sourceSha256": "614f19508564dea9130394994fe346971561a0f452bab9d27ce815f1989d93cc",
    "fileMatch": [
      "**/.well-known/gpc.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "gpc": {
      "title": "Global Privacy Control",
      "description": "Indicates that the server intends to abide by GPC requests.",
      "type": "boolean"
    },
    "version": {
      "title": "Version",
      "type": "integer",
      "default": 1
    },
    "lastUpdate": {
      "title": "Last Update",
      "description": "This indicates the time at which the statement of support was made, such that later changes to the meaning of the GPC standard should not affect the interpretation of the resource for legal purposes. If the member is not in a valid ISO 8601 format, the last update date and time is unknown.",
      "type": "string"
    }
  },
  "required": [
    "gpc"
  ],
  "$comment": "https://globalprivacycontrol.github.io/gpc-spec/",
  "id": "https://json.schemastore.org/gpc.json"
}
