Format Enum

Summary

Enum bindings for Json.Schema.Formats of JsonSchema.Net 5.2.7
Namespace
global
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["ISpanFormattable"] Type-.->Interface2["IFormattable"] Type-.->Interface3["IConvertible"] Type["Format"] class Type type-node

Syntax

public enum Format

Fields

Name Constant Value Summary
Date 0
static
DateTime 1
static
Duration 2
static
Email 3
static
Hostname 4
static
IdnEmail 5
static
IdnHostname 6
static
Ipv4 7
static
Ipv6 8
static
Iri 9
static
IriReference 10
static
JsonPointer 11
static
Regex 12
static
RelativeJsonPointer 13
static
Time 14
static
Uri 15
static
UriReference 16
static
UriTemplate 17
static
Uuid 18
static
GitHub