{
  "openapi": "3.0.0",
  "info": {
    "title": "Open data Crea",
    "description": "Endpoint open data Crea",
    "version": "0.1"
  },
  "servers": [
    {
      "url": "/"
    }
  ],
  "paths": {
    "/rdf/sparql/api_rdf.php": {
      "get": {
        "description": "Uses the sparql filter params",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/x-www-form-urlencoded:": {
                "schema": {
                  "type": "object",
                    "properties": {
                      "object": {
                        "type": "string",
                        "example": "id"
                      },
                      "value": {
                        "type": "string",
                        "example": "vite2006"
                      }
                    }
                  
                }
              }
            }
          }
        }
      }
    }
  }
}