Skip to content

Commit

Permalink
delete separate offer uri & emails
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Oct 29, 2024
1 parent 40af9bb commit e1d48f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
10 changes: 6 additions & 4 deletions common-offer-contactPoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,19 @@
"description": "List of email addresses for contact purposes (can be empty)",
"minItems": 0,
"items": {
"$ref": "./common-string-offer-email.json",
"description": "Email address for contact purposes."
"description": "Email address for contact purposes.",
"type": "string",
"pattern": "^(|[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\.[a-zA-Z]{2,})$"
}
},
"url": {
"type": "array",
"description": "List of URLs for contact purposes (can be empty)",
"minItems": 0,
"items": {
"$ref": "./common-string-offer-uri.json",
"description": "URL to a website for contact purposes."
"description": "URL to a website for contact purposes.",
"type": "string",
"pattern": "^http[s]?:\\\\/\\\\/\\\\w|^$"
}
}
},
Expand Down
10 changes: 0 additions & 10 deletions common-string-offer-email.json

This file was deleted.

10 changes: 0 additions & 10 deletions common-string-offer-uri.json

This file was deleted.

0 comments on commit e1d48f1

Please sign in to comment.