> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JSON スキーマ

> Vantage の JSON スキーマは、抽出されたドキュメントデータ構造（ExtractedDataTransaction、ExtractedDataDocument、DocumentDefinition、および子オブジェクト）を記述します。

使用される JSON スキーマはここからダウンロードできます。出力 JSON ファイルには、この図に示されているように、複数の異なるオブジェクトが含まれます。

使用される JSON スキーマは[こちら](/ja/vantage/documentation/skill-designer/process/custom-activity/public-schema-json)からダウンロードできます。

出力 JSON ファイルには、この図に示されているように、複数の異なるオブジェクトが含まれます。

<img src="https://mintcdn.com/abbyy/AWionuoesDYr3bbS/images/vantage/developer/scheme_developer_jsonschema.png?fit=max&auto=format&n=AWionuoesDYr3bbS&q=85&s=7b7f6ef6459fd1eeed05ebabc01ffff2" alt="JSON スキーマの図" width="811" height="994" data-path="images/vantage/developer/scheme_developer_jsonschema.png" />

**ExtractedDataTransaction** は JSON 出力ファイル内のキーとなるオブジェクトです。このオブジェクトにはトランザクションに関する情報が含まれます。

| Property       | Type                                                                                    | Description                                       |
| :------------- | :-------------------------------------------------------------------------------------- | :------------------------------------------------ |
| `Id`           | `Guid`                                                                                  | トランザクションの ID。                                     |
| `SkillId`      | `String`                                                                                | 適用された Skill の ID。                                 |
| `SkillName`    | `String`                                                                                | 適用された Skill の名前。                                  |
| `Documents`    | [ExtractedDataDocument](/ja/vantage/developer/output/json/extracted-data-document) `[]` | Documents オブジェクトとその処理結果の一覧。                       |
| `CreationTime` | `DateTimeOffset`                                                                        | トランザクションの作成時刻。                                    |
| `SourceFiles`  | `FileModel []`                                                                          | 処理のために送信されたソースファイルに関する情報を含む SourceFile オブジェクトの一覧。 |
