Skip to main content

bo4e_schema_url

Macro bo4e_schema_url 

Source
macro_rules! bo4e_schema_url {
    ($category:literal, $name:literal) => { ... };
}
Expand description

Construct a BO4E v202501.0.0 JSON Schema URL for a Business Object.

use mako_engine::bo4e_schema_url;
assert!(bo4e_schema_url!("bo", "Marktlokation").contains("Marktlokation"));