{
  "x-lager": {
    "identifier": "my-sample-api"
  },
  "swagger": "2.0",
  "info": {},
  "schemes": ["https"],
  "host": "API_ID.execute-api.REGION.amazonaws.com",
  "basePath": "",
  "tags": [{
    "name": "Lager",
    "description": "Lager sample API"
  }],
  "paths": {},
  "definitions": {
    "Sample": {
      "type": "object",
      "properties": {
        "msg": {
          "type": "string"
        },
        "input": {
          "type": "object"
        }
      }
    }
  }
}
