jsoncompat_openapi 0.4.1

OpenAPI 3.1 validation and lowering for jsoncompat
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jsoncompat_openapi"
version = "0.4.1"
edition = "2024"
description = "OpenAPI 3.1 validation and lowering for jsoncompat"
repository = "https://github.com/ostrowr/jsoncompat"
license = "MIT"
readme = "README.md"

[dependencies]
email_address = "0.2.9"
json_schema_ast = { path = "../schema", version = "0.4.1" }
mime = "0.3.17"
percent-encoding = "2.3"
serde_json = "1.0.149"
thiserror = "2.0.18"
url = "2.5.8"