From 257ee8673e16ad730131c252b6f3220e471070da Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 16 Aug 2023 22:04:46 +0000 Subject: [PATCH] Updated OpenAPI specs --- json/eventsapi.json | 11 ----------- yaml/eventsapi.yaml | 8 -------- 2 files changed, 19 deletions(-) diff --git a/json/eventsapi.json b/json/eventsapi.json index 99bed10..a8caea8 100644 --- a/json/eventsapi.json +++ b/json/eventsapi.json @@ -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, diff --git a/yaml/eventsapi.yaml b/yaml/eventsapi.yaml index 6917d85..2ccdb5e 100644 --- a/yaml/eventsapi.yaml +++ b/yaml/eventsapi.yaml @@ -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