aws apigateway get-rest-apis --output json
aws apigateway get-models --rest-api-id qv7e9x4mq9
ITEMS application/json This is a default empty schema model 0vvpab Empty { "$schema": "http://json-schema.org/draft-04/schema#", "title" : "Empty Schema", "type" : "object" } ITEMS application/json 13fxf5 CreateListRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateListRequestIntegration", "type": "object", "properties": { "list_name": { "type": "string" }, "email_address": { "type": "string" }, "password": { "type": "string" } } }
ITEMS application/json 1zfvfo PythonError { "$schema": "http://json-schema.org/draft-04/schema#", "title": "PythonError", "type": "object", "properties": { "errorMessage": {"type": "string"} } } ITEMS application/json 2h6bkt GetMembersResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetMembersResponse", "type": "array", "items": { "type": "string" } }
ITEMS application/json 2jkcxq GetMembersRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetMembersRequest", "type": "object" }
ITEMS application/json 2o6naa CreateMessageRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateMessageRequestIntegration", "type": "object", "properties": { "list_name": { "type": "string" }, "email_address": { "type": "string" }, "message": { "type": "string" } } }
ITEMS application/json 4p75il UpdateAccountResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title": "UpdateAccountResponse", "type": "object", "properties": { "email_address": { "type": "string" }, "status": { "type": "string" } } }
ITEMS application/json 53yxmr UpdateAccountRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title": "UpdateAccountRequestIntegration", "type": "object", "properties": { "email_address": { "type": "string" }, "token": { "type": "string" } } }
ITEMS application/json 5irejk GetListResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetListResponse", "type": "object", "properties": { "list_name": { "type": "string" }, "administrator": { "type": "string" }, "created": { "type": "string" } } }
ITEMS application/json This is a default error schema model 74l391 Error { "$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Error Schema", "type" : "object", "properties" : { "message" : { "type" : "string" } } } ITEMS application/json 9rccab CreateAccountResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateAccountResponse", "type": "object", "properties": { "email_address": { "type": "string" }, "status": { "type": "string" } } }
ITEMS application/json ajoq08 CreateMessageRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateMessageRequest", "type": "object", "properties": { "email_address": { "type": "string" }, "message": { "type": "string" } } }
ITEMS application/json bht6f4 CreateListRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateListRequest", "type": "object", "properties": { "email_address": { "type": "string" }, "password": { "type": "string" } } }
ITEMS application/json d895gh CreateListResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateListResponse", "type": "object", "properties": { "list_name": { "type": "string" }, "administrator": { "type": "string" } } }
ITEMS application/json e1bhtr CreateMemberRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title" : "CreateMemberRequestIntegration", "type" : "object", "properties": { "list_name": { "type": "string" }, "email_address": { "type": "string" } } }
ITEMS application/json eo8ht1 DeleteMemberRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title" : "DeleteMemberRequest", "type" : "object" }
ITEMS application/json gk44fe UpdateMemberRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title": "UpdateMemberRequest", "type": "object", "properties": { "token": { "type": "string" } } } ITEMS application/json j0nsgi DeleteMemberRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title" : "DeleteMemberRequestIntegration", "type" : "object", "properties": { "list_name": { "type": "string" }, "email_address": { "type": "string" } } }
ITEMS application/json kw24g7 CreateAccountRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateAccountRequestIntegration", "type": "object", "properties": { "email_address": { "type": "string" }, "password": { "type": "string" } } }
ITEMS application/json l8oa0f GetListRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetListRequest", "type": "object" }
ITEMS application/json lgcn6p GetMembersRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetMembersRequestIntegration", "type": "object", "properties": { "list_name": { "type": "string" }, "include_admin": { "type": "string" } } }
ITEMS application/json lwtcgq CreateMessageResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateMessageRequest", "type": "object", "properties": { "list_name": { "type": "string" }, "message_id": { "type": "string" } } }
ITEMS application/json lx4ysy DeleteMemberResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title" : "DeleteMemberResponse", "type" : "object" }
ITEMS application/json ly0lms UpdateAccountRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title": "UpdateAccountRequest", "type": "object", "properties": { "token": { "type": "string" } } }
ITEMS application/json mnnnux UpdateMemberResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title": "UpdateMemberResponse", "type": "object", "properties": { "list_name": { "type": "string" }, "email_address": { "type": "string" }, "status": { "type": "string" } } } ITEMS application/json pdzs9c UpdateMemberRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title": "UpdateMemberRequestIntegration", "type": "object", "properties": { "list_name": { "type": "string" }, "email_address": { "type": "string" }, "token": { "type": "string" } } } ITEMS application/json tcm6su CreateMemberResponse { "$schema": "http://json-schema.org/draft-04/schema#", "title" : "CreateMemberResponse", "type" : "object", "properties": { "list_name": { "type": "string" }, "email_address": { "type": "string" }, "status": { "type": "string" } } }
ITEMS application/json v2zni8 CreateAccountRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateAccountRequest", "type": "object", "properties": { "password": { "type": "string" } } }
ITEMS application/json xgw2eq CreateMemberRequest { "$schema": "http://json-schema.org/draft-04/schema#", "title" : "CreateMemberRequest", "type" : "object" }
ITEMS application/json ym3ulh GetListRequestIntegration { "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetListRequestIntegration", "type": "object", "properties": { "list_name": { "type": "string" } } }