Merge pull request #159 from geekscrapy/patch-1

Added current-directory to required field
pull/163/head
Alexandre Dulaunoy 2019-04-02 19:55:03 +02:00 committed by GitHub
commit 302182e594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
"meta-category": "misc",
"description": "Object describing a system process.",
"version": 3,
"version": 4,
"attributes": {
"creation-time": {
"description": "Local date/time at which the process was created.",
@ -91,6 +91,7 @@
"name",
"pid",
"image",
"command-line"
"command-line",
"current-directory"
]
}