pub fn propose_to_create_schema<T: Config>(
    model: BoundedVec<u8, T::SchemaModelMaxBytesBoundedVecLimit>,
    model_type: ModelType,
    payload_location: PayloadLocation,
    settings: BoundedVec<SchemaSetting, T::MaxSchemaSettingsPerSchema>
)
Expand description

Propose to create a schema. Creates a proposal for council approval to create a schema

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::propose_to_create_schema.