Skip to content

Commit

Permalink
rename legacy contactpoint to offer
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Oct 29, 2024
1 parent d7338e8 commit 32b9136
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
27 changes: 24 additions & 3 deletions common-legacyContactPoint.json → common-offer-contactPoint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"title": "contactPoint",
"x-stoplight": {
"id": "1f397ebdb62c3"
},
"type": "object",
"description": "Contact info containing one or more phone numbers, email addresses and/or website URLs.",
"examples": [
Expand All @@ -22,7 +25,13 @@
"minItems": 0,
"items": {
"type": "string",
"description": "Phone number for contact purposes."
"description": "Phone number for contact purposes.",
"x-stoplight": {
"id": "w8pezpqql1l53"
}
},
"x-stoplight": {
"id": "07gkx8y0rkvwj"
}
},
"email": {
Expand All @@ -31,7 +40,13 @@
"minItems": 0,
"items": {
"$ref": "./common-string-email-legacy.json",
"description": "Email address for contact purposes."
"description": "Email address for contact purposes.",
"x-stoplight": {
"id": "bwpej4r5kolq1"
}
},
"x-stoplight": {
"id": "b22melmqokkui"
}
},
"url": {
Expand All @@ -40,7 +55,13 @@
"minItems": 0,
"items": {
"$ref": "./common-string-uri-legacy.json",
"description": "URL to a website for contact purposes."
"description": "URL to a website for contact purposes.",
"x-stoplight": {
"id": "4zzc1efbsuoep"
}
},
"x-stoplight": {
"id": "pf73yu5u00uxr"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion event-contactPoint-put.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"$ref": "./common-legacyContactPoint.json"
"$ref": "./common-offer-contactPoint.json"
}
2 changes: 1 addition & 1 deletion place-contactPoint-put.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"$ref": "./common-contactPoint.json"
"$ref": "./common-offer-contactPoint.json"
}

0 comments on commit 32b9136

Please sign in to comment.