JsonSchemaStringFormat Enumeration
Represents the string formats specified in the JSON Schema specification.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public enum JsonSchemaStringFormat
Members
|
Member name |
Value |
Description |
---|---|---|---|
DateTime |
0 |
Date representation, as defined by https://tools.ietf.org/html/rfc3339. | |
|
1 |
Internet email address, see https://tools.ietf.org/html/rfc5322. | |
Hostname |
2 |
Internet host name, see https://tools.ietf.org/html/rfc1034. | |
IPv4 |
3 |
IPv4 address, according to dotted-quad ABNF syntax as defined in https://tools.ietf.org/html/rfc2673. | |
IPv6 |
4 |
IPv6 address, as defined in https://tools.ietf.org/html/rfc2373. | |
Uri |
5 |
An universal resource identifier (URI), according to https://tools.ietf.org/html/rfc3986. |