Derive Macro UncSchema

Source
#[derive(UncSchema)]
{
    // Attributes available to this derive:
    #[abi]
    #[serde]
    #[borsh]
    #[schemars]
    #[validate]
    #[inside_uncsdk]
}