Skip to content

rest-api-specs(json): fix spelling #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
18 changes: 9 additions & 9 deletions rest-api-specs/distribution/distributionshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. <p> <strong>Highest</strong> - Indicates the rate is highest</p> <p> <strong>Average</strong> - Indicates the rate is avarage. </p> <p> <strong>Arrival </strong> - Indicates the rate is for the first night. </p> <p> <strong>MostFrequent</strong> - Indicates the rate is most frequent withing all nights. </p>",
"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. <p> <strong>Highest</strong> - Indicates the rate is highest</p> <p> <strong>Average</strong> - Indicates the rate is average. </p> <p> <strong>Arrival </strong> - Indicates the rate is for the first night. </p> <p> <strong>MostFrequent</strong> - Indicates the rate is most frequent withing all nights. </p>",
"type": "string",
"enum": [
"Highest",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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,
Expand All @@ -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
}
Expand Down Expand Up @@ -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."
}
}
},
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. <p> MinLOS - Indicates Minimum length of stay restriction. Apply based on arrival date. </p> <p> MaxLOS - Indicates Maximum length of Stay restriction. Apply based on arrival date. </p> <p>RemoveMinLOS - Removes minimum lenth of stay restriction. </p> <p> RemoveMaxLOS - Removes maximum lenth of stay restriction. </p> <p> ForwardMinStay - Indicates a Minimum Stay Through restriction. </p> <p> ForwardMaxStay - Indicates a Maximum Stay Through restriction. </p> <p> RemoveForwardMinStay - Removes minimum foraward stay through restriction. </p> <p> RemoveForwardMaxStay - Removes minimum foraward stay through restriction. </p> <p> FullPatternLOS - Indicates Full Pattern Length of Stay restriction. </p>",
"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. <p> MinLOS - Indicates Minimum length of stay restriction. Apply based on arrival date. </p> <p> MaxLOS - Indicates Maximum length of Stay restriction. Apply based on arrival date. </p> <p>RemoveMinLOS - Removes minimum length of stay restriction. </p> <p> RemoveMaxLOS - Removes maximum length of stay restriction. </p> <p> ForwardMinStay - Indicates a Minimum Stay Through restriction. </p> <p> ForwardMaxStay - Indicates a Maximum Stay Through restriction. </p> <p> RemoveForwardMinStay - Removes minimum forward stay through restriction. </p> <p> RemoveForwardMaxStay - Removes minimum forward stay through restriction. </p> <p> FullPatternLOS - Indicates Full Pattern Length of Stay restriction. </p>",
"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"
Expand Down Expand Up @@ -532,7 +532,7 @@
},
"tue": {
"type": "boolean",
"description": "Tueday, day of week value",
"description": "Tuesday, day of week value",
"example": true
},
"weds": {
Expand Down
2 changes: 1 addition & 1 deletion rest-api-specs/property/ars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions rest-api-specs/property/csh.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions rest-api-specs/property/dvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion rest-api-specs/property/par.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down