Skip to content

Commit

Permalink
lexicons: use format=uri for URLs in server description (links to pol…
Browse files Browse the repository at this point in the history
…icies)
  • Loading branch information
bnewbold committed Mar 20, 2024
1 parent b4783b8 commit ef1eefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lexicons/com/atproto/server/describeServer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"links": {
"type": "object",
"properties": {
"privacyPolicy": { "type": "string" },
"termsOfService": { "type": "string" }
"privacyPolicy": { "type": "string", "format": "uri" },
"termsOfService": { "type": "string", "format": "uri" }
}
},
"contact": {
Expand Down

0 comments on commit ef1eefc

Please sign in to comment.