Fix for the wrong value of the "additionalProperties" property (#3219)

* Added Korto sub-folder to certified-connectors folder, with all necessary files for defining a custom connector

* Remove "API" keyword from the connector description.

* - "additionalProperties" set to true (was set to false by mistake)
This commit is contained in:
MarioINSA 2024-02-06 15:24:49 +01:00 коммит произвёл GitHub
Родитель 870cca197c
Коммит b8cefea32c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -440,7 +440,7 @@
"definitions": {
"Tag": {
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"x-ntx-summary": "Tag"
},
"QueryTagResponseItem": {
@ -493,7 +493,7 @@
"type": "boolean"
}
},
"additionalProperties": false
"additionalProperties": true
},
"QueryTagsResponse": {
"type": "object",
@ -510,7 +510,7 @@
}
}
},
"additionalProperties": false
"additionalProperties": true
},
"RecordQueryResponseItem": {
"type": "object",
@ -563,7 +563,7 @@
"format": "date-time"
}
},
"additionalProperties": false
"additionalProperties": true
},
"RecordVersion": {
"type": "object",
@ -593,7 +593,7 @@
"type": "string"
}
},
"additionalProperties": false
"additionalProperties": true
},
"TagResponseMessage": {
"type": "object",
@ -646,7 +646,7 @@
"format": "int32"
}
},
"additionalProperties": false
"additionalProperties": true
},
"DownloadUrlMessage": {
"type": "object",
@ -655,7 +655,7 @@
"type": "string"
}
},
"additionalProperties": false
"additionalProperties": true
}
},
"parameters": {},