Skip to content

Commit

Permalink
[TM-1402] Fix reference name.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Dec 16, 2024
1 parent 88b9de9 commit 85705f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class EstablishmentsTreesDto extends JsonApiAttributes<EstablishmentsTree

@ApiProperty({
type: "object",
additionalProperties: { $ref: "#/components/schemas/PreviousPlantingCount" },
additionalProperties: { $ref: "#/components/schemas/PreviousPlantingCountDto" },
nullable: true,
description: "If the entity in this request is a report, the sum totals of previous planting by species.",
example: { "Aster persaliens": { amount: 256 }, "Cirsium carniolicum": { taxonId: "wfo-0000130112", amount: 1024 } }
Expand Down

0 comments on commit 85705f2

Please sign in to comment.