SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...
    MetaData: {
        dataRepositoryMetadata?: (
            { key: string; value: string[] } & Record<string, any>
        )[];
        destination?: string;
    } & Record<string, any>

    Representation of the 'MetaData' schema.

    Type Declaration

    • OptionaldataRepositoryMetadata?: ({ key: string; value: string[] } & Record<string, any>)[]
      [
      {
      "key": "purpose",
      "value": [
      "demonstration"
      ]
      },
      {
      "key": "sample-key",
      "value": [
      "sample-value1",
      "sample-value2"
      ]
      }
      ]
    • Optionaldestination?: string
      "destination-name"
      

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.