Expand description
Dynamic JSON Schema for Scarb manifest.
Provides a way to generate and traverse the Scarb manifest JSON Schema and retrieve the
definition for a specific TOML path, such as package.dependencies.
Structs§
- Schema
Traverser - Traverses the JSON Schema and returns the definition for a specific TOML path, such as
package.dependencies.
Constants§
Functions§
- get_
manifest_ schema - Serializes full JSON Schema for the TomlManifest it into a serde_json::Value.
- get_
shared_ traverser - Returns a lazily initialised, shared, globally accessible instance of the
SchemaTraverser.