vscode-azurecognitivesearch/schema
Derek Legenzoff 72cc4691a0 adding support for index aliases 2022-03-01 17:08:23 -08:00
..
README.md updating readme with correct link to swagger; removing nativesoftdelete strategy 2020-09-08 11:50:03 -07:00
alias.json adding support for index aliases 2022-03-01 17:08:23 -08:00
datasource.json pointing the extension to the latest preview api version and updating the schemas 2022-01-05 16:19:04 -08:00
index.json pointing the extension to the latest preview api version and updating the schemas 2022-01-05 16:19:04 -08:00
indexer.json small updates to the schemas and package.json 2022-01-06 15:45:22 -08:00
searchService.json pointing the extension to the latest preview api version and updating the schemas 2022-01-05 16:19:04 -08:00
skillset.json small updates to the schemas and package.json 2022-01-06 15:45:22 -08:00
synonymmap.json updating schemas to 2020-06-30 and adding functionality 2020-09-07 10:16:35 -07:00

README.md

Schemas

Schemas are used to provide intellisense/autcomplete when creating indexers, indexes, datasources, skillsets, or synonym maps.

The schemas are derived from the searchService.json file from https://github.com/Azure/azure-rest-api-specs. The file is included in this repo only to make it easy to perform a diff and update the schemas as necessary.