Skip to content

Commit

Permalink
65 fix crop validation
Browse files Browse the repository at this point in the history
  • Loading branch information
FergeSS committed Dec 5, 2024
1 parent 915782d commit 8ea4c37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -748,13 +748,13 @@ components:
culture:
type: string
description: The culture being rotated
minimum: 1
maximum: 20
minLength: 1
maxLength: 20
cultivar:
type: string
description: The specific cultivar
minimum: 1
maximum: 20
minLength: 1
maxLength: 20
startDate:
type: string
format: date
Expand Down

0 comments on commit 8ea4c37

Please sign in to comment.