pinakes-plugin-api: schema validation for page and widget schemas

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I70480786fc8e4a86731560aaca6993ce6a6a6964
This commit is contained in:
raf 2026-03-10 00:00:55 +03:00
commit 21572541c3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 584 additions and 0 deletions

View file

@ -16,6 +16,7 @@ use thiserror::Error;
pub mod manifest;
pub mod types;
pub mod ui_schema;
pub mod validation;
pub mod wasm;
pub use manifest::PluginManifest;