From 81cd184147960a400dc5308c1fe40d99ff7887ab Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 4 Apr 2025 10:19:13 +1000 Subject: [PATCH] rest-api-specs(json): fix spelling Signed-off-by: John Bampton --- .../distributionreservationbook.json | 2 +- .../distribution/distributionshop.json | 18 +++++++++--------- .../outbound/distributionaripublication.json | 4 ++-- rest-api-specs/property/ars.json | 2 +- rest-api-specs/property/csh.json | 4 ++-- rest-api-specs/property/dvm.json | 4 ++-- rest-api-specs/property/par.json | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/rest-api-specs/distribution/distributionreservationbook.json b/rest-api-specs/distribution/distributionreservationbook.json index 1ae45da..7f1454d 100644 --- a/rest-api-specs/distribution/distributionreservationbook.json +++ b/rest-api-specs/distribution/distributionreservationbook.json @@ -3448,7 +3448,7 @@ "comments": { "type": "string", "description": "Free text comment provided by the user for the alternate property", - "example": "ITC Royal Bengal is the next pereferred hotel after JW Marriott Kolkata." + "example": "ITC Royal Bengal is the next preferred hotel after JW Marriott Kolkata." } } }, diff --git a/rest-api-specs/distribution/distributionshop.json b/rest-api-specs/distribution/distributionshop.json index cdea27d..6161f25 100644 --- a/rest-api-specs/distribution/distributionshop.json +++ b/rest-api-specs/distribution/distributionshop.json @@ -1303,7 +1303,7 @@ ] }, "rateMode": { - "description": "The rate mode to be applied. It represents a shown rate is highest, average,first night, or most frequent one when there are rate changes during the staty duration.

Highest - Indicates the rate is highest

Average - Indicates the rate is avarage.

Arrival - Indicates the rate is for the first night.

MostFrequent - Indicates the rate is most frequent withing all nights.

", + "description": "The rate mode to be applied. It represents a shown rate is highest, average,first night, or most frequent one when there are rate changes during the staty duration.

Highest - Indicates the rate is highest

Average - Indicates the rate is average.

Arrival - Indicates the rate is for the first night.

MostFrequent - Indicates the rate is most frequent withing all nights.

", "type": "string", "enum": [ "Highest", @@ -2082,7 +2082,7 @@ "$ref": "#/definitions/OfferRatePlanCommission" }, "packages": { - "description": "List of package elements and/or package groups associateded to the rate plan.", + "description": "List of package elements and/or package groups associated to the rate plan.", "type": "array", "items": { "$ref": "#/definitions/RatePackage" @@ -2277,7 +2277,7 @@ "$ref": "#/definitions/OfferOverallRateInformation" }, "cancellationPolicies": { - "description": "List of cancellation policies associateded to the rate plan.", + "description": "List of cancellation policies associated to the rate plan.", "type": "array", "items": { "$ref": "#/definitions/OfferCancelPenalty" @@ -2288,7 +2288,7 @@ "example": "GuaranteeRequired" }, "depositPolicies": { - "description": "List of deposit policies associateded to the rate plan.", + "description": "List of deposit policies associated to the rate plan.", "type": "array", "items": { "$ref": "#/definitions/OfferDepositPolicy" @@ -2857,14 +2857,14 @@ "description": "Package code details applied to a rate plan.", "properties": { "code": { - "description": "The code of the package element or package group associateded to the rate plan.", + "description": "The code of the package element or package group associated to the rate plan.", "type": "string", "minLength": 0, "maxLength": 20, "example": "PC1" }, "description": { - "description": "Description of the package element or package group associateded to the rate plan.", + "description": "Description of the package element or package group associated to the rate plan.", "type": "string", "minLength": 0, "maxLength": 20, @@ -2874,7 +2874,7 @@ "$ref": "#/definitions/PostingRhythmType" }, "quantity": { - "description": "Quantity of the package associateded to the rate plan.", + "description": "Quantity of the package associated to the rate plan.", "type": "integer", "example": 1 } @@ -3103,7 +3103,7 @@ "comments": { "type": "string", "description": "Additional text that describes the alternate property.", - "example": "Resort3 is the next pereferred hotel after Resort1." + "example": "Resort3 is the next preferred hotel after Resort1." } } }, @@ -3251,7 +3251,7 @@ }, "PostingRhythmType": { "type": "string", - "description": "The posting frequency of the package element or package group associateded to the rate plan.\n EveryNight - Package charge posted every night of the stay\n ArrivalNight - Package charge posted only on arrival night\n EveryXNightsStartingNightY - Package charge posted every X nights, beginning the Y night of stay\n CertainNightsOfTheWeek - Package charge posted on certain night of the stay determined by the property\n LastNight - Package charge posted only on the last night of the stay\n EveryNightExceptArrivalNight - Package charge posted on all nights of the stay except the arrival night\n EveryNightExceptLast - Package charge posted on all nights of the stay except the last night\n EveryNightExceptFirstAndLast - Package posted on all nights of the stay except the first and last nights of the stay\n CustomStaySchedule - Package charge posted on stays determined by the property\n CustomNightSchedule - Package charge posted on nights of the stay determined by the property\n FloatingAllowancePerStay - Allows for the package allowance to be consumed at anytime during the stay\n TicketPosting - Package charge posted immediately when a successful response is received back from the ticketing vendor (requires interface with a vendor)\n", + "description": "The posting frequency of the package element or package group associated to the rate plan.\n EveryNight - Package charge posted every night of the stay\n ArrivalNight - Package charge posted only on arrival night\n EveryXNightsStartingNightY - Package charge posted every X nights, beginning the Y night of stay\n CertainNightsOfTheWeek - Package charge posted on certain night of the stay determined by the property\n LastNight - Package charge posted only on the last night of the stay\n EveryNightExceptArrivalNight - Package charge posted on all nights of the stay except the arrival night\n EveryNightExceptLast - Package charge posted on all nights of the stay except the last night\n EveryNightExceptFirstAndLast - Package posted on all nights of the stay except the first and last nights of the stay\n CustomStaySchedule - Package charge posted on stays determined by the property\n CustomNightSchedule - Package charge posted on nights of the stay determined by the property\n FloatingAllowancePerStay - Allows for the package allowance to be consumed at anytime during the stay\n TicketPosting - Package charge posted immediately when a successful response is received back from the ticketing vendor (requires interface with a vendor)\n", "enum": [ "EveryNight", "ArrivalNight", diff --git a/rest-api-specs/distribution/outbound/distributionaripublication.json b/rest-api-specs/distribution/outbound/distributionaripublication.json index 3fceaf6..2573bb3 100644 --- a/rest-api-specs/distribution/outbound/distributionaripublication.json +++ b/rest-api-specs/distribution/outbound/distributionaripublication.json @@ -333,7 +333,7 @@ }, "LOSEnum": { "type": "string", - "description": "An enumerated type that represents various type of length of stay restrictions. It is used to define how the minimum and maximum LOS is applied.

MinLOS - Indicates Minimum length of stay restriction. Apply based on arrival date.

MaxLOS - Indicates Maximum length of Stay restriction. Apply based on arrival date.

RemoveMinLOS - Removes minimum lenth of stay restriction.

RemoveMaxLOS - Removes maximum lenth of stay restriction.

ForwardMinStay - Indicates a Minimum Stay Through restriction.

ForwardMaxStay - Indicates a Maximum Stay Through restriction.

RemoveForwardMinStay - Removes minimum foraward stay through restriction.

RemoveForwardMaxStay - Removes minimum foraward stay through restriction.

FullPatternLOS - Indicates Full Pattern Length of Stay restriction.

", + "description": "An enumerated type that represents various type of length of stay restrictions. It is used to define how the minimum and maximum LOS is applied.

MinLOS - Indicates Minimum length of stay restriction. Apply based on arrival date.

MaxLOS - Indicates Maximum length of Stay restriction. Apply based on arrival date.

RemoveMinLOS - Removes minimum length of stay restriction.

RemoveMaxLOS - Removes maximum length of stay restriction.

ForwardMinStay - Indicates a Minimum Stay Through restriction.

ForwardMaxStay - Indicates a Maximum Stay Through restriction.

RemoveForwardMinStay - Removes minimum forward stay through restriction.

RemoveForwardMaxStay - Removes minimum forward stay through restriction.

FullPatternLOS - Indicates Full Pattern Length of Stay restriction.

", "externalDocs": { "description": "Find out more about Oracle Hospitality Restriction", "url": "https://docs.oracle.com/en/industries/hospitality/opera-cloud/23.4/ocsuh/c_availability_restrictions.htm#Restrictions-300570AD" @@ -532,7 +532,7 @@ }, "tue": { "type": "boolean", - "description": "Tueday, day of week value", + "description": "Tuesday, day of week value", "example": true }, "weds": { diff --git a/rest-api-specs/property/ars.json b/rest-api-specs/property/ars.json index 8fc0b73..9d768b7 100644 --- a/rest-api-specs/property/ars.json +++ b/rest-api-specs/property/ars.json @@ -17451,7 +17451,7 @@ }, "fiscalFolioInstruction": { "type": "string", - "description": "Action to generate Offline folio when no reponse is received from fiscal service.", + "description": "Action to generate Offline folio when no response is received from fiscal service.", "enum": [ "Retry", "New", diff --git a/rest-api-specs/property/csh.json b/rest-api-specs/property/csh.json index 453d953..88f4bc2 100644 --- a/rest-api-specs/property/csh.json +++ b/rest-api-specs/property/csh.json @@ -8861,7 +8861,7 @@ "in": "query", "required": false, "type": "string", - "description": "Action to generate Offline folio when no reponse is received from fiscal service.", + "description": "Action to generate Offline folio when no response is received from fiscal service.", "uniqueItems": true, "enum": [ "Retry", @@ -31145,7 +31145,7 @@ }, "fiscalFolioInstruction": { "type": "string", - "description": "Action to generate Offline folio when no reponse is received from fiscal service.", + "description": "Action to generate Offline folio when no response is received from fiscal service.", "enum": [ "Retry", "New", diff --git a/rest-api-specs/property/dvm.json b/rest-api-specs/property/dvm.json index 11c5dbd..2c7145f 100644 --- a/rest-api-specs/property/dvm.json +++ b/rest-api-specs/property/dvm.json @@ -346,7 +346,7 @@ "x-example": "en-GB" } }, - "description": "Reponse for all the converted values.", + "description": "Response for all the converted values.", "schema": { "$ref": "#/definitions/convertedValues" } @@ -452,7 +452,7 @@ "x-example": "en-GB" } }, - "description": "Reponse for all the converted values.", + "description": "Response for all the converted values.", "schema": { "$ref": "#/definitions/defaultValues" } diff --git a/rest-api-specs/property/par.json b/rest-api-specs/property/par.json index 04add02..66e5789 100644 --- a/rest-api-specs/property/par.json +++ b/rest-api-specs/property/par.json @@ -11761,7 +11761,7 @@ "x-example": "en-GB" } }, - "description": "Reponse object for fetch alternate availability operation", + "description": "Response object for fetch alternate availability operation", "schema": { "$ref": "#/definitions/alternateAvailability" }