Dan

Results 2 issues of Dan

Currently API Gateway supports version 4 of the JSON schema spec. (see here:(https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html). Nothing in the current documentation explains this. As a result fields such as `$id` and `examples` are...

**Describe the bug** We have created a custom card component that is being passed into the` ` like so: ``` return ( setIsDragging(true)} handleDragEnd={handleDragEnd} components={{ ScrollableLane, LaneHeader: () => null,...