Skip to content

Commit

Permalink
Aligning background.starting_equipment_options with reality
Browse files Browse the repository at this point in the history
Found another inconsistency
  • Loading branch information
megoth committed Dec 20, 2024
1 parent 3a03353 commit 5eb34a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/swagger/schemas/backgrounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ background-model:
items:
$ref: './combined.yml#/APIReference'
starting_equipment_options:
$ref: './combined.yml#/Choice'
description: List of choices of starting equipment.
type: array
items:
$ref: './combined.yml#/Choice'
language_options:
$ref: './combined.yml#/Choice'
feature:
Expand Down

0 comments on commit 5eb34a5

Please sign in to comment.