Skip to content
Open
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
18 changes: 18 additions & 0 deletions apps/calendars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,15 @@
"schema": {
"type": "string"
}
},
{
"name": "noteId",

Check warning on line 1758 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[INFO] Template Path With No Corresponding Path Parameter

Details: The template path must have a corresponding path parameter for a given operation Recommendation: Template path parameter should have an operation parameter with the same name and 'in' set to 'path'
"required": true,
"in": "path",
"description": "Note ID",
"schema": {
"type": "string"
}
}
],
"requestBody": {
Expand Down Expand Up @@ -1831,6 +1840,15 @@
"schema": {
"type": "string"
}
},
{
"name": "noteId",

Check warning on line 1845 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[INFO] Template Path With No Corresponding Path Parameter

Details: The template path must have a corresponding path parameter for a given operation Recommendation: Template path parameter should have an operation parameter with the same name and 'in' set to 'path'
"required": true,
"in": "path",
"description": "Note ID",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down Expand Up @@ -3311,7 +3329,7 @@
]
},
"assignedUserId": {
"type": "string",

Check warning on line 3332 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "Assigned User Id",
"example": "0007BWpSzSwfiuSl0tR2"
},
Expand Down Expand Up @@ -3484,7 +3502,7 @@
"example": "BqTwX8QFwXzpegMve9EQ"
},
"locationId": {
"type": "string",

Check warning on line 3505 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "Location ID",
"example": "0007BWpSzSwfiuSl0tR2"
},
Expand All @@ -3499,7 +3517,7 @@
"example": "9NkT25Vor1v4aQatFsv2"
},
"appointmentStatus": {
"type": "string",

Check warning on line 3520 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "Appointment Status",
"example": "confirmed"
},
Expand All @@ -3516,7 +3534,7 @@
],
"type": "array",
"items": {
"type": "string"

Check warning on line 3537 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
}
},
"notes": {
Expand Down Expand Up @@ -3561,7 +3579,7 @@
"description": "Ids of associated resources rooms and/or equipments",
"type": "array",
"items": {
"type": "string"

Check warning on line 3582 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
}
},
"createdBy": {
Expand Down Expand Up @@ -3695,7 +3713,7 @@
"type": "object",
"properties": {
"title": {
"type": "string",

Check warning on line 3716 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "Title",
"example": "Test Event"
},
Expand All @@ -3705,7 +3723,7 @@
"example": "CVokAlI8fgw4WYWoCtQz"
},
"assignedUserId": {
"type": "string",

Check warning on line 3726 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "Either calendarId or assignedUserId can be set, not both.",
"example": "CVokAlI8fgw4WYWoCtQz"
},
Expand All @@ -3720,7 +3738,7 @@
"example": "2021-06-23T03:30:00+05:30"
},
"endTime": {
"type": "string",

Check warning on line 3741 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "End Time",
"example": "2021-06-23T04:30:00+05:30"
}
Expand Down Expand Up @@ -3780,7 +3798,7 @@
"type": "boolean"
},
"selectedUsers": {
"type": "string",

Check warning on line 3801 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "Comma separated emails",
"example": "user1@testemail.com,user2@testemail.com"
}
Expand Down Expand Up @@ -4024,7 +4042,7 @@
"deprecated": true,
"type": "array",
"items": {
"$ref": "#/components/schemas/CalendarNotification"

Check warning on line 4045 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
}
},
"locationId": {
Expand Down Expand Up @@ -4253,7 +4271,7 @@
"type": "string"
},
"pixelId": {
"type": "string"

Check warning on line 4274 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
},
"formSubmitType": {
"type": "string",
Expand Down Expand Up @@ -4281,7 +4299,7 @@
"description": "This is only to set the custom availability. For standard availability, use the openHours property",
"type": "array",
"items": {
"$ref": "#/components/schemas/Availability"

Check warning on line 4302 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
}
},
"guestType": {
Expand Down Expand Up @@ -4414,7 +4432,7 @@
"notifications": {
"description": "🚨 Deprecated! Please use 'Calendar Notifications APIs' instead.",
"deprecated": true,
"type": "array",

Check warning on line 4435 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"items": {
"$ref": "#/components/schemas/CalendarNotification"
}
Expand Down Expand Up @@ -4444,7 +4462,7 @@
"default": "RoundRobin_OptimizeForAvailability"
},
"name": {
"type": "string",

Check warning on line 4465 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"example": "test calendar"
},
"description": {
Expand Down Expand Up @@ -5252,7 +5270,7 @@
"description": "Location ID of the resource"
},
"name": {
"type": "string",

Check warning on line 5273 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"description": "Name of the resource",
"example": "yoga room"
},
Expand Down Expand Up @@ -5313,7 +5331,7 @@
"type": "string"
},
"description": {
"type": "string"

Check warning on line 5334 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
},
"quantity": {
"type": "number",
Expand Down Expand Up @@ -5413,7 +5431,7 @@
"example": "0as9d8as0d"
},
"body": {
"type": "string",

Check warning on line 5434 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
"example": "This is a test notification"
},
"subject": {
Expand Down Expand Up @@ -5551,7 +5569,7 @@
"description": "selected user for in-App notification",
"type": "array",
"items": {
"type": "string"

Check warning on line 5572 in apps/calendars.json

View check run for this annotation

Orca Security (US) / Orca Security - Infrastructure as Code

[LOW] Maximum Length Undefined (v3)

Details: String schema should have 'maxLength' defined. Recommendation: 'maxLength' should be defined
}
},
"fromAddress": {
Expand Down