{ "opencollection": "1.0.0", "info": { "name": "Amazon AppSync Api Keys Schema API", "version": "2017-07-25" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Schema", "type": "folder" }, "items": [ { "info": { "name": "Amazon AppSync Get Schema Creation Status", "type": "http" }, "http": { "method": "GET", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/schemas", "params": [ { "name": "apiId", "value": "", "type": "path" } ] }, "docs": "Retrieves the current status of a schema creation operation." }, { "info": { "name": "Amazon AppSync Start Schema Creation", "type": "http" }, "http": { "method": "POST", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/schemas", "params": [ { "name": "apiId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new schema to your GraphQL API. This operation is asynchronous. Use to determine when it has completed." }, { "info": { "name": "Amazon AppSync Get Introspection Schema", "type": "http" }, "http": { "method": "GET", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/introspection", "params": [ { "name": "apiId", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "query", "description": "The schema format" }, { "name": "includeDirectives", "value": "", "type": "query" } ] }, "docs": "Retrieves the introspection schema for a GraphQL API." } ] } ], "bundled": true }