{
  "version": "1.0.0",
  "provider": {
    "name": "GuideDesJeux",
    "url": "https://guide-desjeux.com"
  },
  "skills": [
    {
      "id": "browse-operators",
      "name": "Browse Operators",
      "description": "View the ANJ-licensed operator list on GuideDesJeux.",
      "endpoint": "https://guide-desjeux.com/",
      "method": "GET",
      "tags": [
        "operators",
        "catalog"
      ]
    },
    {
      "id": "read-privacy",
      "name": "Read Privacy Policy",
      "description": "Retrieve GuideDesJeux privacy policy.",
      "endpoint": "https://guide-desjeux.com/privacy",
      "method": "GET",
      "tags": [
        "policy",
        "privacy"
      ]
    },
    {
      "id": "read-terms",
      "name": "Read Terms of Use",
      "description": "Retrieve GuideDesJeux terms of use.",
      "endpoint": "https://guide-desjeux.com/terms",
      "method": "GET",
      "tags": [
        "policy",
        "terms"
      ]
    }
  ]
}