• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "intentName": "ViewSpecialAdditionalDeduction",
3  "intentVersion": "1.0.1",
4  "llmDescription": "查看专项附加扣除",
5  "keywords": ["ViewSpecialAdditionalDeduction"],
6  "domain": "LifestyleDomain",
7  "parameters": {
8    "type": "object",
9    "propertyNames": {
10      "enum": [
11        "category",
12        "annualTime"
13      ]
14    },
15    "properties": {
16      "category": {
17        "description": "专项附加扣除类型。",
18        "type": "string"
19      },
20      "annualTime": {
21        "description": "年度时间缺省时默认今年。",
22        "type": "number"
23      }
24    }
25  },
26  "result": {
27    "type": "object",
28    "propertyNames": {
29      "enum": [
30        "code",
31        "result"
32      ]
33    },
34    "required": [
35      "code",
36      "result"
37    ],
38    "properties": {
39      "code": {
40        "description": "意图调用返回的结果码,0代表成功。",
41        "type": "number"
42      },
43      "result": {
44        "description": "意图调用返回的数据,如果无数据则返回空。",
45        "type": "object"
46      }
47    }
48  }
49}
50