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

Users.UserCreated.versions.3.schema.json Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
{
  "additionalProperties" : true,
  "properties" : {
    "firstName" : {
      "type": "string"
    },
    "lastName" : {
      "type": "string"
    },
    "salutation": {
      "type": "string",
      "enum": ["Mr", "Mrs", "NA"]
    },
    "displayName": {
      "type": "string"
    }
  },
  "required": ["firstName", "lastName", "salutation", "displayName"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy