Normandy.Components.BaseIOSchema protocol
(normandy v0.6.1)
View Source
Protocol for schema serialization and representation.
Provides functions for converting schemas to various string formats including plain text, rich text, and JSON.
Summary
Functions
Converts the struct to a rich/formatted string representation
Converts the struct to a plain string representation
Returns the schema definition for the struct
Converts the struct to a JSON string
Types
@type t() :: term()
All the types that implement this protocol.
Functions
Converts the struct to a rich/formatted string representation
Converts the struct to a plain string representation
Returns the schema definition for the struct
Converts the struct to a JSON string