Skip to content

Commit 7435452

Browse files
committed
MT#64732 Add location parameter for sites.yml
Introduce a new parameter 'location' to specify the location of the site. Change-Id: If6b17d73457b658dfdd8461653b28ad5bf13a8db
1 parent 8b6a8ae commit 7435452

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

schemas/sites.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ mapping:
1212
type: map
1313
required: yes
1414
mapping:
15-
"id": { type: int, required: yes, range: { min: 1 },
16-
desc: "Specify the site ID. Must be unique." }
17-
"role": { type: str, required: yes,
18-
desc: "Specify the site role." }
15+
"id": { type: int, required: yes, range: { min: 1 },
16+
desc: "Specify the site ID. Must be unique." }
17+
"role": { type: str, required: yes,
18+
desc: "Specify the site role." }
19+
"location": { type: str, required: yes,
20+
desc: "Specify the site location." }

0 commit comments

Comments
 (0)