atelier_json 0.2.7

Rust native JSON format for the AWS Smithy IDL.
Documentation
/*!
Additional syntax elements used in the JSON serialization.
*/

// ------------------------------------------------------------------------------------------------
// Model Names
// ------------------------------------------------------------------------------------------------

pub(crate) const ADD_MODEL_SMITHY_VERSION: &str = "smithy";

// ------------------------------------------------------------------------------------------------
// Shape Names
// ------------------------------------------------------------------------------------------------

pub(crate) const ADD_SHAPE_KEY_TYPE: &str = "type";

pub(crate) const ADD_SHAPE_KEY_MEMBERS: &str = "members";

pub(crate) const ADD_SHAPE_KEY_TARGET: &str = "target";

pub(crate) const ADD_SHAPE_KEY_TRAITS: &str = "traits";