Skip to content
Hans Lienhop edited this page Oct 5, 2023 · 5 revisions

String

Type: object

path: #

Properties

  • Type required
    • Refined Type

    • For type "Number", further differentiate between integer and float.
    • Type: string
    • path: #/properties/Type
    • The value is restricted to the following:
      1. "String"
  • PropRelations required
    • Relations between Properties

    • Properties are chained by boolean operators. By default, through the AND operator all properties must apply. OR or XOR operators for properties are also possible.
    • Type: string
    • path: #/properties/PropRelations
    • The value is restricted to the following:
      1. "AND"
      2. "OR"
      3. "XOR"
  • Properties
    • Type: array
    • path: #/properties/Properties
      • Items
      • Properties

      • Type: object
      • path: #/properties/Properties/items
      • Properties

minLength

Type: object

minLength

Type: object

path: #

Properties

  • Property
    • Property

    • Type: string
    • path: #/properties/Property
    • The value is restricted to the following:
      1. "minLength"
  • Value
    • Value

    • Type: integer
    • path: #/properties/Value

Generated with json-schema-md-doc Generated with json-schema-md-doc

Clone this wiki locally