@silvermine/apigateway-utils
Version:
Utility functions for working with AWS API Gateway
12 lines (9 loc) • 325 B
JSON
{
"$id": "https://example.com/schemas/error-messages-list.json",
"title": "An array of error messages (see https://example.com/schemas/error-message.json)",
"$schema": "http://json-schema.org/draft-07/schema",
"type": "array",
"items": {
"$ref": "https://example.com/schemas/error-message.json"
}
}