Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Aug 16, 2023
1 parent 4a1384e commit 257ee86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
11 changes: 0 additions & 11 deletions json/eventsapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,17 +438,6 @@
],
"additionalProperties": false
},
"clientSdk": {
"type": "object",
"description": "For the Yext client SDKs involved in the event, this is an object mapping the names of those SDKs to the version labels of those SDKs.",
"maxProperties": 10,
"properties": {
"^[a-zA-Z][a-zA-Z0-9_]{0,31}$": {
"type": "string",
"maxLength": 32
}
}
},
"count": {
"type": "integer",
"minimum": 1,
Expand Down
8 changes: 0 additions & 8 deletions yaml/eventsapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,14 +417,6 @@ components:
required:
- botId
additionalProperties: false
clientSdk:
type: object
description: For the Yext client SDKs involved in the event, this is an object mapping the names of those SDKs to the version labels of those SDKs.
maxProperties: 10
properties:
^[a-zA-Z][a-zA-Z0-9_]{0,31}$:
type: string
maxLength: 32
count:
type: integer
minimum: 1
Expand Down

0 comments on commit 257ee86

Please sign in to comment.