diff --git a/Cargo.toml b/Cargo.toml index 0d2a8e7..8eed2c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] @@ -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"] diff --git a/README.md b/README.md index fb2b5a2..de1f31b 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/doc/jsonschema.md b/doc/jsonschema.md index ea98800..65bfd15 100644 --- a/doc/jsonschema.md +++ b/doc/jsonschema.md @@ -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"