Skip to content

Commit

Permalink
Merge pull request #343 from matthew-collett/master
Browse files Browse the repository at this point in the history
update profile schema to use flag
  • Loading branch information
ornicar authored May 22, 2024
2 parents 45cbd86 + 1c4cf9b commit 74d0fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/specs/examples/user-georges-bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"disabled": false,
"tosViolation": false,
"profile": {
"country": "EC",
"flag": "EC",
"location": "string",
"bio": "Free bugs!",
"firstName": "Thibault",
Expand Down
2 changes: 1 addition & 1 deletion doc/specs/schemas/Profile.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: object
properties:
country:
flag:
type: string
example: EC
location:
Expand Down

0 comments on commit 74d0fe1

Please sign in to comment.