SchemaCreate ​Schema​Create

yaml
type: "io.kestra.plugin.weaviate.schemacreate"
yaml
id: create_weaviate_schema
namespace: company.team

tasks:
  - id: schema
    type: io.kestra.plugin.weaviate.SchemaCreate
    url: "https://demo-cluster-id.weaviate.network"
    apiKey: "{{ secret('WEAVIATE_API_KEY') }}"
    className: Movies
    fields:
      name:
        - string
      description:
        - string
      category:
        - string
Properties
Min length 1
Min length 1
SubType array
SubType string