Namespace: Json.Schema.Api.OpenApi
Inheritance: Formats 🡒 object
Provides extended JSON Schema formats.
Fields
| Name | Type | Summary |
|---|---|---|
| Double | Format | Validates that a number is a valid double-precision floating point value. |
| Float | Format | Validates that a number is a valid single-precision floating point value. |
| Int32 | Format | Validates that a number is a valid 32-bit integer. |
| Int64 | Format | Validates that a number is a valid 64-bit integer. |
| Password | Format | Validates that a string is a password. |