Skip to content

Commit

Permalink
Move required Campaign.Id where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascasas committed Dec 4, 2024
1 parent cc8e00b commit b78b722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions management/schemas/campaign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ schemas:
allOf:
- $ref: '#/schemas/CampaignBase'
- type: object
required:
- Id
properties:
required:
- Id
Id:
type: integer
format: int32
Expand Down

0 comments on commit b78b722

Please sign in to comment.