{ "opencollection": "1.0.0", "info": { "name": "Apache Solr REST Collections Schema API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Schema", "type": "folder" }, "items": [ { "info": { "name": "Get schema", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8983/api/c/:collection/schema", "params": [ { "name": "collection", "value": "", "type": "path" } ] }, "docs": "Get schema" }, { "info": { "name": "Modify schema (add/replace/delete fields and types)", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8983/api/c/:collection/schema", "params": [ { "name": "collection", "value": "", "type": "path" } ] }, "docs": "Modify schema (add/replace/delete fields and types)" } ] } ], "bundled": true }