Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modify description, remove integer
  • Loading branch information
zfchen95 committed Jul 11, 2019
commit 870609e2d01b2e64b589a0eb07e938f19282f4f0
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@
"type": "number",
"multipleOf": 1.0,
"minimum": 0,
"description": "Integer value indicating the age in days after last modification"
"description": "Value indicating the age in days after last modification"
}
},
"required": [
Expand All @@ -2333,7 +2333,7 @@
"type": "number",
"multipleOf": 1.0,
"minimum": 0,
"description": "Integer value indicating the age in days after creation"
"description": "Value indicating the age in days after creation"
}
},
"required": [
Expand Down