addedInput schema / properties / committee_code
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "委員會代號,例: 23",
+ "title": "Committee Code"
+}
addedInput schema / properties / law_number
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "關係文書中的法律編號",
+ "title": "Law Number"
+}
addedInput schema / properties / meet_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "會議資料中的會議編號",
+ "title": "Meet Id"
+}
addedInput schema / properties / meeting_code
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "會議代碼,例: 院會-11-2-6",
+ "title": "Meeting Code"
+}
addedInput schema / properties / member
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "出席委員姓名",
+ "title": "Member"
+}
addedInput schema / properties / output_fields
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "自訂回傳欄位(如需指定欄位,請填寫欄位名稱列表)",
+ "title": "Output Fields"
+}
addedInput schema / properties / related_bill_no
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "關係文書中的議案編號",
+ "title": "Related Bill No"
+}