{ "opencollection": "1.0.0", "info": { "name": "Core access-groups schemas API", "version": "1.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "schemas", "type": "folder" }, "items": [ { "info": { "name": "postschemasCheckSlug", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/schemas/check-slug", "body": { "type": "json", "data": "{}" } }, "docs": "Checks if a schema slug is available" }, { "info": { "name": "postschemasAccessGroup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/schemas/access-group", "body": { "type": "json", "data": "{}" } }, "docs": "Adds an access group to a managed schema" }, { "info": { "name": "deleteschemasAccessGroup", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/schemas/access-group", "body": { "type": "json", "data": "{}" } }, "docs": "Removes an access group from a managed schema" }, { "info": { "name": "getschemasNamespace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/schemas/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path" } ] }, "docs": "Get a list of all schemas for the namespace" }, { "info": { "name": "postschemasNamespace", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/schemas/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a managed schema" }, { "info": { "name": "patchschemasNamespaceSlug", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/schemas/:namespace/:slug", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update schema metadata" }, { "info": { "name": "deleteschemasNamespaceSlug", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/schemas/:namespace/:slug", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Delete a specific schema and all of the related versions" }, { "info": { "name": "getschemasNamespaceSlugVersionSemver", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/schemas/:namespace/:slug/version/:semver", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "semver", "value": "", "type": "path" } ] }, "docs": "Get a specific schema document" }, { "info": { "name": "postschemasNamespaceSlugVersionSemver", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/schemas/:namespace/:slug/version/:semver", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "semver", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update managed schema content in GCS" }, { "info": { "name": "deleteschemasNamespaceSlugVersionSemver", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/schemas/:namespace/:slug/version/:semver", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "semver", "value": "", "type": "path" } ] }, "docs": "Delete a specific schema version" }, { "info": { "name": "postschemasNamespaceSlugVersion", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/schemas/:namespace/:slug/version", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new schema version" }, { "info": { "name": "postschemasNamespaceSlugVersionVersionDuplicate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/schemas/:namespace/:slug/version/:version/duplicate", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Duplicate schema version" } ] } ], "bundled": true }