Skip to content

Commit

Permalink
chore: remove only schema related updates from the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Oct 25, 2024
1 parent dd1b2d8 commit b1197fe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .changeset/tender-bottles-kneel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
'fingerprint-pro-server-api-java-sdk': patch
---

- Remove all `example` YAML attributes from all the properties due to [deprecation](https://spec.openapis.org/oas/v3.1.0#fixed-fields-19).
- Keep using JSON Schema `examples` with the `externalValue` associated with JSON example from `/schemas/paths/examples`.
- Reorder all the `schemas` fields (e.g. `type` -> `format` -> `description` -> `required` -> `properties`).
- Reorder all the `paths` fields (e.g. `tags` -> `summary` -> `description` -> `parameters` -> ...)
- Reorder all the object properties in the order they returned by API.
- Move existing and add new error examples to `/schemas/paths/examples/errors`.
- Replace GET /events TooManyRequests examples with a single `get_event_200_too_many_requests_error.json`.
- Update `products.identification.error.message` in `get_event_200_<...>.json` examples.
- Rename GET /visitors example files.
- Rename GET /visitors example files.

0 comments on commit b1197fe

Please sign in to comment.