github.com/instill-ai/component@v0.16.0-beta/pkg/base/testdata/connectorAdditional.json (about) 1 { 2 "components": { 3 "schemas": { 4 "CreateEmbeddingRequest": { 5 "additionalProperties": false, 6 "properties": { 7 "model": { 8 "description": "ID of the model to use", 9 "enum": [ 10 "text-embedding-ada-002" 11 ], 12 "type": "string" 13 } 14 }, 15 "required": [ 16 "model" 17 ], 18 "type": "object" 19 } 20 } 21 } 22 }