Schemas

Woman

  • any
    Example: {"haircolor":"string"}

Man

  • any
    Example: {"weight":0}

Young

  • any
    Example: {"schoolName":"string"}

Old

  • any
    Example: {"employerName":"string"}

Data

  • mixed
    Example: {"id":0,"name":"string","language":"string","haircolor":"string","schoolName":"string"}
    Properties:
    • id
      integer
      Example: 0
    • name
      string
      Example: "string"
    • language
      string
      Example: "string"
    One Of:
    • any
      Young
      Example: {"haircolor":"string","schoolName":"string"}
    • any
      Old
      Example: {"haircolor":"string","employerName":"string"}
    • any
      Young
      Example: {"weight":0,"schoolName":"string"}
    • any
      Old
      Example: {"weight":0,"employerName":"string"}