{ "opencollection": "1.0.0", "info": { "name": "JFrog Artifactory Query Language (AQL) AQL Search Base API", "version": "7.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Base", "type": "folder" }, "items": [ { "info": { "name": "JFrog Artifactory API Version Check", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/artifactory/v2/" }, "docs": "Check that the registry implements the Docker Registry HTTP API V2. Returns 200 OK if the registry supports V2." } ] } ], "bundled": true }