Skip to content

Commit

Permalink
rename legacy to offer
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Oct 29, 2024
1 parent 32b9136 commit aedbe1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions common-offer-contactPoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,45 +23,45 @@
"type": "array",
"description": "List of phone numbers for contact purposes (can be empty)",
"minItems": 0,
"x-stoplight": {
"id": "07gkx8y0rkvwj"
},
"items": {
"type": "string",
"description": "Phone number for contact purposes.",
"x-stoplight": {
"id": "w8pezpqql1l53"
}
},
"x-stoplight": {
"id": "07gkx8y0rkvwj"
}
},
"email": {
"type": "array",
"description": "List of email addresses for contact purposes (can be empty)",
"minItems": 0,
"x-stoplight": {
"id": "b22melmqokkui"
},
"items": {
"$ref": "./common-string-email-legacy.json",
"$ref": "./common-string-offer-email.json",
"description": "Email address for contact purposes.",
"x-stoplight": {
"id": "bwpej4r5kolq1"
}
},
"x-stoplight": {
"id": "b22melmqokkui"
}
},
"url": {
"type": "array",
"description": "List of URLs for contact purposes (can be empty)",
"minItems": 0,
"x-stoplight": {
"id": "pf73yu5u00uxr"
},
"items": {
"$ref": "./common-string-uri-legacy.json",
"$ref": "./common-string-offer-uri.json",
"description": "URL to a website for contact purposes.",
"x-stoplight": {
"id": "4zzc1efbsuoep"
}
},
"x-stoplight": {
"id": "pf73yu5u00uxr"
}
}
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit aedbe1d

Please sign in to comment.