SchemaFormatModule

PackageReified.Schema
Functions for creating and inspecting schema value format metadata.

Summary

NameSignatureSynopsis
createSchemaFormat.create nameCreates portable schema format metadata from a stable interpreter-facing name.
emailSchemaFormat.email The well-known email address format.
nameSchemaFormat.name formatReturns the stable interpreter-facing format name.

create

SchemaFormat.create name
Member
Creates portable schema format metadata from a stable interpreter-facing name.

Parameters

NameTypeDescription
namestring

Returns

SchemaFormat

email

SchemaFormat.email
Member
The well-known email address format.

Returns

SchemaFormat

name

SchemaFormat.name format
Member
Returns the stable interpreter-facing format name.

Parameters

NameTypeDescription
formatSchemaFormat

Returns

string