Files
backstage/.changeset/old-chairs-switch.md
T
Aramis Sennyey 2191bb3d1e updated optic to a peer dependency
Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
2023-10-23 13:45:00 -04:00

341 B

@backstage/repo-tools
@backstage/repo-tools
minor

Adds a new command schema openapi test that performs runtime validation of your OpenAPI specs using your test data. Under the hood, we're using Optic to perform this check, really cool work by them!

To use this new command, you will have to run yarn add @useoptic/optic in the root of your repo.