Validation

  • precision
    Type: object · Precision
    • max
      Type: integerFormat: int32
      required

      Signed 32-bit integers (commonly used integer type).

    • maxOp
      Type: string
      required
    • min
      Type: integerFormat: int32
      required

      Signed 32-bit integers (commonly used integer type).

    • minOp
      Type: string
      required
  • range
    Type: object · Range
    • min
      Type: integerFormat: int32
      required

      Signed 32-bit integers (commonly used integer type).

    • minOp
      Type: string
      required
    • max
      Type: integerFormat: int32

      Signed 32-bit integers (commonly used integer type).

    • maxOp
      Type: string
Examples
{
  "precision": {
    "minOp": ">=",
    "min": 1,
    "maxOp": "<=",
    "max": 1
  }
}