{
  "type": "object",
  "properties": {
    "acceptance_type": {
      "$ref": "#/components/schemas/AcceptanceType"
    },
    "acceptance_choice": {
      "$ref": "#/components/schemas/AcceptanceChoiceType"
    }
  },
  "additionalProperties": false,
  "required": ["acceptance_type", "acceptance_choice"]
}