notionrs-schema

Crates.ionotionrs-schema
lib.rsnotionrs-schema
version1.0.0-rc.1
created_at2025-05-04 11:59:08.889019+00
updated_at2025-05-04 11:59:08.889019+00
descriptionShared schema definitions for the Notion API used by the notionrs ecosystem.
homepage
repositoryhttps://github.com/46ki75/notionrs
max_upload_size
id1659569
size432,755
Ikuma Yamashita (46ki75)

documentation

https://docs.rs/notionrs-schema

README

notionrs-schema — Just a Schema Definition Crate

Notion API schemas may occasionally introduce new fields. Updating the main crate (notionrs) every time leads to breaking changes due to Rust’s strict type system. To mitigate this, all schema definitions are extracted into this separate crate.

This crate contains only the data structures shared across the notionrs ecosystem.

👉 For the API client, see notionrs

Commit count: 1319

cargo fmt