engine icon indicating copy to clipboard operation
engine copied to clipboard

Update declarations for vocabulary consistency

Open Ndpnt opened this issue 2 years ago • 0 comments

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"
    }
  }
}

Ndpnt avatar Apr 19 '23 09:04 Ndpnt