Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
And use "JSON Schema", not "JSONSchema, cuause that's what what it's
actually called.
  • Loading branch information
theory committed Jul 10, 2024
1 parent d080d21 commit b6e003c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonschema"
version = "0.1.1"
description = "JSONSchema validation in Postgres"
description = "JSON Schema validation in Postgres"
readme = "README.md"
repository = "https://github.com/tembo-io/pg-jsonschema-boon"
authors = ["David E. Wheeler <david@justatheory.com>"]
Expand All @@ -12,7 +12,7 @@ edition = "2021"
exclude = [ ".github", ".gitattributes", "target", ".ci", ".vscode", ".gitignore", "META.json.in" ]

[lib]
crate-type = ["cdylib"]
crate-type = ["cdylib", "lib"]

[features]
default = ["pg16"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ SOFTWARE.
[draft 2019-09 report]: https://bowtie.report/#/dialects/draft2019-09 "boon draft 2019-09 report"
[draft 2020-12 badge]: https://img.shields.io/endpoint?url=https://bowtie.report/badges/rust-boon/compliance/draft2020-12.json
[draft 2020-12 report]: https://bowtie.report/#/dialects/draft2020-12 "boon draft 2020-12 report"
[boon]: https://github.com/santhosh-tekuri/boon/ "boon: JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation in Rust"
[boon]: https://github.com/santhosh-tekuri/boon/ "boon: JSON Schema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation in Rust"
[pgrx]: https://github.com/pgcentralfoundation/pgrx "pgrx: Build Postgres Extensions with Rust!"
[PostgreSQL]: https://postgresql.org "PostgreSQL: The World's Most Advanced Open Source Relational Database"
[rustup]: https://rustup.rs "rustup is an installer for Rust"
Expand Down
2 changes: 1 addition & 1 deletion doc/jsonschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ SOFTWARE.
[draft 2019-09 report]: https://bowtie.report/#/dialects/draft2019-09 "boon draft 2019-09 report"
[draft 2020-12 badge]: https://img.shields.io/endpoint?url=https://bowtie.report/badges/rust-boon/compliance/draft2020-12.json
[draft 2020-12 report]: https://bowtie.report/#/dialects/draft2020-12 "boon draft 2020-12 report"
[boon crate]: https://github.com/santhosh-tekuri/boon/ "boon: JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation in Rust"
[boon crate]: https://github.com/santhosh-tekuri/boon/ "boon: JSON Schema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation in Rust"
[2020-12 draft]: https://json-schema.org/draft/2020-12/release-notes "JSON Schema: 2020-12 Release Notes"
[composition]: https://json-schema.org/understanding-json-schema/structuring
"JSON Schema: Structuring a complex schema"
Expand Down

0 comments on commit b6e003c

Please sign in to comment.