データタイル説明欄への自動記述について
Reference
- API Documentation: update_description_with_features()
data/tasksupport/metadata-def.json
に、_feature
フィールドを定義することで、自動的に説明欄へ記述します。例えば、以下の例では、length
と、weight
に_feature=true
が定義されているため、データタイルの説明欄へ自動的に記述されます。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
_feature
フィールドがあるメタデータは、以下のフォーマットで変換され、invoice/invoice.json
のbasic.description
へ転記されます。
Tip
key名は日本語名のみの対応です。valueはmeta/metadata.json
を参照します。
invoice/invoice.json
記載例
1 2 3 4 5 |
|
invoice/invoice.json
記載例
1 2 3 4 5 |
|