OpenTermsArchive / engine

Tracks contractual documents and exposes changes to the terms of online services.
https://opentermsarchive.org
European Union Public License 1.2
105 stars 29 forks source link

Update declarations for vocabulary consistency #1007

Open Ndpnt opened 1 year ago

Ndpnt commented 1 year ago

Currently, in services declarations terms are declared in a key named documents. For vocabulary consistency, this should now be named terms, like that:

{
  "name": "Open Terms Archive",
  "terms": {
    "Privacy Policy": {
      "fetch": "https://opentermsarchive.org/fr/privacy-policy",
      "select": ".TextContent_textContent__ToW2S"
    },
    "Imprint": {
      "fetch": "https://opentermsarchive.org/fr/legal-notice",
      "select": ".TextContent_textContent__ToW2S"
    }
  }
}