Commit Graph

8 Commits

Author SHA1 Message Date
kyy
f464ba2d31 Update swagger-ui
Some checks failed
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2m49s
Security scan for docker image / build (push) Failing after 51s
2025-06-24 13:40:26 +09:00
Helen Kosova
7c346e7212 fix(json-schema-2020-12-samples): use zero as default example value for int32 and int64 (#10230) 2025-04-04 14:11:40 +02:00
ctyar
d375f50914 fix(json-schema-2020-12-samples): fix examples for nullable primitive types defined as list of types (#10390) 2025-04-03 08:12:42 +02:00
Oliwia Rogala
f7373a0bc1 fix(json-schema-2020-12-samples): skip anyOf and oneOf while merging schemas (#9853)
Refs #9198
2024-04-23 15:27:22 +02:00
Oliwia Rogala
6a493fb4f3 feat(plugins): expose JSON Schema merging mechanism from samples plugins (#9766)
Refs #9765
2024-03-29 12:56:20 +01:00
Oliwia Rogala
c002e59791 fix(json-schema-2020-12-samples): fix constraints for integer example values (#9749)
Refs #9740
2024-03-26 14:55:25 +01:00
Bas Schoenmaeckers
fb65508eb4 feat(samples): add base64url support for contentEncoding keyword (#9246)
This change is JSON Schema 2020-12 specific.
2023-11-13 16:01:27 +01:00
Vladimír Gorej
113996f627 feat(json-schema): expose API that generates examples from JSON Schema (#9190)
This allows to use the samples API in a static way
without fully instantiating SwaggerUI.

Refs #9188
2023-09-05 14:13:53 +02:00