All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsonsource.conversation.verify.json Maven / Gradle / Ivy

{
  "conversation": {
    "_self": {
      "require": {
        "must": true,
        "invalid": "20005"
      },
      "typeof": {
        "type": "object",
        "invalid": "20001"
      }
    },
    "type": {
      "require": {
        "must": true,
        "invalid": "20005"
      }
    },
    "userId": {
      "require": {
        "must": true,
        "invalid": "20005"
      },
      "length": {
        "max": 64,
        "min": 1,
        "invalid": "20003"
      }
    },
    "targetId": {
      "require": {
        "must": true,
        "invalid": "20005"
      },
      "length": {
        "max": 64,
        "min": 1,
        "invalid": "20003"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy