Merge pull request #111 from Delta-Sierra/master

fix requiredOneOf lists regarding non-existing attributes
pull/112/head
Alexandre Dulaunoy 2018-07-27 16:24:56 +02:00 committed by GitHub
commit 3036ec875c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"meta-category": "network",
"description": "Email object describing an email with meta-information",
"version": 11,
"version": 12,
"attributes": {
"reply-to": {
"description": "Email address the reply will be sent to",
@ -179,7 +179,6 @@
"message-id",
"reply-to",
"send-date",
"url",
"mime-boundary",
"thread-index",
"header",

View File

@ -4,8 +4,6 @@
"size-in-bytes",
"authentihash",
"ssdeep",
"imphash",
"pehash",
"md5",
"sha1",
"sha224",
@ -165,7 +163,7 @@
]
}
},
"version": 12,
"version": 13,
"description": "File object describing a file with meta-information",
"meta-category": "file",
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",