//! Wire bodies for the `create` op.
//!
//! The result body is the persisted [`DidTemplateRecord`] — same
//! shape as `GET /did-templates/{name}`.
//!
//! [`DidTemplateRecord`]: crate::did_templates::DidTemplateRecord
use ;
use crateDidTemplate;
/// `spec/vta/did-templates/create/2.0` payload — create a template
/// in one scope. `context_id` absent: the global scope (super-admin
/// gated). `context_id` present: that context's scope (context admin
/// OR super-admin).