{
  "id": "tradle.OTP",
  "type": "tradle.Model",
  "title": "Confirmation Code",
  "subClassOf": "tradle.Form",
  "notShareable": true,
  "properties": {
    "password": {
      "skipLabel": true,
      "type": "string",
      "title": "confirmation code"
    }
  },
  "required": [
    "password"
  ]
}
