Package express.mvp.myra.codec.schema
package express.mvp.myra.codec.schema
Schema model types and IO helpers for Myra Codec.
Includes the data model for messages and enums, plus utilities for parsing .myra.yml
schemas and reading or writing .myra.lock files.
-
ClassDescriptionDeclares an enum type in a schema.Describes a single enum value in a schema.Describes a single field in a message schema.Reads and writes Myra schema lock files.Declares a message type and its fields.Root schema definition for a .myra.yml file.Parses .myra.yml schema files into
SchemaDefinitioninstances.Represents a semantic version for myra-codec schemas.