aboutsummaryrefslogtreecommitdiffstats
path: root/data/spec-v1-swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/spec-v1-swagger.json')
-rw-r--r--data/spec-v1-swagger.json23
1 files changed, 21 insertions, 2 deletions
diff --git a/data/spec-v1-swagger.json b/data/spec-v1-swagger.json
index 586ada1..d591a41 100644
--- a/data/spec-v1-swagger.json
+++ b/data/spec-v1-swagger.json
@@ -1851,7 +1851,6 @@
"budgeted",
"activity",
"balance",
- "goal_target",
"deleted"
],
"properties": {
@@ -2191,6 +2190,7 @@
},
"cleared": {
"type": "string",
+ "enum": ["cleared", "uncleared", "reconciled"],
"description": "The cleared status of the transaction"
},
"approved": {
@@ -2199,6 +2199,7 @@
},
"flag_color": {
"type": "string",
+ "enum": ["red", "orange", "yellow", "green", "blue", "purple", null],
"description": "The transaction flag"
},
"import_id": {
@@ -2295,6 +2296,7 @@
},
"cleared": {
"type": "string",
+ "enum": ["cleared", "uncleared", "reconciled"],
"description": "The cleared status of the transaction"
},
"approved": {
@@ -2303,6 +2305,7 @@
},
"flag_color": {
"type": "string",
+ "enum": ["red", "orange", "yellow", "green", "blue", "purple", null],
"description": "The transaction flag"
},
"account_id": {
@@ -2571,7 +2574,22 @@
"description": "The next date for which the Scheduled Transaction is scheduled."
},
"frequency": {
- "type": "string"
+ "type": "string",
+ "enum": [
+ "never",
+ "daily",
+ "weekly",
+ "everyOtherWeek",
+ "twiceAMonth",
+ "every4Weeks",
+ "monthly",
+ "everyOtherMonth",
+ "every3Months",
+ "every4Months",
+ "twiceAYear",
+ "yearly",
+ "everyOtherYear"
+ ]
},
"amount": {
"type": "integer",
@@ -2583,6 +2601,7 @@
},
"flag_color": {
"type": "string",
+ "enum": ["red", "orange", "yellow", "green", "blue", "purple", null],
"description": "The scheduled transaction flag"
},
"account_id": {