addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / conditions / description
Added value: +"取得条件(cdCatXX, cdTime, cdArea などを辞書で指定)"
addedInput schema / properties / data_set_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "更新・削除対象のデータセットID(削除時に必須)"
+}
addedInput schema / properties / dataset_name / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / dataset_name / default
Added value: +null
addedInput schema / properties / dataset_name / description
Added value: +"データセット名"
removedInput schema / properties / dataset_name / type
Removed value: -"string"
removedInput schema / properties / description
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
-}
addedInput schema / properties / open_specified
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "公開可否(e-Stat APIのopenSpecified)"
+}
addedInput schema / properties / process_mode
Added value: +{
+ "default": "E",
+ "description": "処理モード(E: 登録・更新、D: 削除)",
+ "type": "string"
+}
addedInput schema / properties / stats_data_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / stats_data_id / default
Added value: +null
addedInput schema / properties / stats_data_id / description
Added value: +"統計表ID(登録・更新時に必須)"
removedInput schema / properties / stats_data_id / type
Removed value: -"string"
removedInput schema / required
Removed value: -[
- "dataset_name",
- "stats_data_id"
-]