Skip to content

Commit 6f4297d

Browse files
committed
Fix apispec
1 parent 59137a4 commit 6f4297d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

gramps_webapi/data/apispec.yaml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8774,16 +8774,18 @@ definitions:
87748774
- "Gainesville, FA"
87758775
alternate_place_names:
87768776
description: "Alternative names of the place with date."
8777-
type: object
8778-
properties:
8779-
date_str:
8780-
description: "Date the place name was in use."
8781-
type: string
8782-
example: "1800 to 1950"
8783-
value:
8784-
description: "The name in use."
8785-
type: string
8786-
example: "Gainesville, FA"
8777+
type: array
8778+
items:
8779+
type: object
8780+
properties:
8781+
date_str:
8782+
description: "Date the place name was in use."
8783+
type: string
8784+
example: "1800 to 1950"
8785+
value:
8786+
description: "The name in use."
8787+
type: string
8788+
example: "Gainesville, FA"
87878789
gramps_id:
87888790
description: "The place's Gramps ID."
87898791
type: string

0 commit comments

Comments
 (0)