Skip to content

Commit

Permalink
Remove array participante from the Pydantic schema for plano_trabalho
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Aug 2, 2024
1 parent 81c4e31 commit daf822e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,6 @@ class PlanoTrabalhoSchema(BaseModel):
description="Lista de avaliações de registros de execução do Plano de Trabalho.",
)
)
participante: Optional["ParticipanteSchema"] = Field(
default=None,
title="Participante",
description="Informações do participante do Plano de Trabalho.",
)

@field_validator("cpf_participante")
@staticmethod
Expand Down

0 comments on commit daf822e

Please sign in to comment.