UNPKG

@silvermine/apigateway-utils

Version:

Utility functions for working with AWS API Gateway

9 lines (7 loc) 324 B
{ "$id": "https://example.com/schemas/uuid.json", "title": "Universally Unique IDentifier (UUID); see https://tools.ietf.org/html/rfc4122", "$schema": "http://json-schema.org/draft-07/schema", "type": "string", "pattern": "^[0-9a-fA-F]{8}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{12}$" }