Skip to content

Commit

Permalink
Merge pull request #1 from consumer-reports-innovation-lab/091
Browse files Browse the repository at this point in the history
fix verfiy key regex
  • Loading branch information
JohnSzingerCR authored Dec 19, 2023
2 parents fb49710 + 9ccf211 commit 196f486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-rights-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Here is a JSON-Schema document describing a single entry in the Authorized Agent
"properties": {
"id": { "type": "string", "pattern": "[A-Z_]+" },
"name": { "type": "string" },
"verify_key": { "type": "string", "pattern": "[a-zA-Z0-9\-_]+" },
"verify_key": { "type": "string", "pattern": "[a-zA-Z0-9+/]+" },
"web_url": { "type": "string", "pattern": "https://[a-z./-]+" },
"identity_assurance_url": { "type": "string", "pattern": "https://[a-z./-]+" },
"technical_contact": { "type": "string" },
Expand Down

0 comments on commit 196f486

Please sign in to comment.