Skip to content

Commit

Permalink
Move paths into url spec since each platform might have different paths
Browse files Browse the repository at this point in the history
  • Loading branch information
yperess committed Sep 12, 2024
1 parent 4fcc4e5 commit d3e7871
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/west/manifest-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,21 @@ mapping:
mapping:
regex;(.*):
type: str
paths:
required: true
type: seq
sequence:
- type: str
urls:
required: true
type: map
mapping:
regex;(.*):
type: str
type: map
mapping:
url:
required: true
type: str
paths:
required: false
type: seq
sequence:
- type: str
# type: map
# mapping:
# regex;(.*):
Expand Down

0 comments on commit d3e7871

Please sign in to comment.