{
  "id": "Opp",
  "type": "object",
  "properties": {
    "ownerProfileKey": {
      "type": "string"
    },
    "confirmationsOn": {
      "type": "boolean"
    },
    "description": {
      "type": "string"
    },
    "isPublic": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "projectKey": {
      "type": "string"
    },
    "question": {
      "type": "string"
    }
  },
  "required": [
    "ownerProfileKey",
    "confirmationsOn",
    "description",
    "isPublic",
    "name",
    "projectKey",
    "question"
  ],
  "additionalProperties": false
}
