team-telnyx / telnyx-mock

telnyx-mock is a mock HTTP server that responds like the real Telnyx API. It can be used to make test suites integrating with Telnyx faster and less brittle.
MIT License
15 stars 5 forks source link

telnyx-mock fails with latest openapi spec #19

Closed ledbettj closed 3 years ago

ledbettj commented 3 years ago

Introduced by https://github.com/team-telnyx/openapi/commit/425decf246f260dc1df896dbd81585d8f9ccd868

$./telnyx-mock -verbose -spec-skip-cache
telnyx-mock 0.8.10
Downloading API spec file from: https://raw.githubusercontent.com/team-telnyx/openapi/master/openapi/spec3.json
error decoding spec: unsupported field in JSON schema: 'uniqueItems'

Running with the previous commits works as expected.

d-telnyx commented 3 years ago

@ledbettj Thank you for opening the issue! I've got the fix opened down stream and waiting on the SDLC triggers to get it patched ASAP

d-telnyx commented 3 years ago

solved in release 0.8.12