From 5c31698ef7d65c08c60ae524dd6905bf9fcbf30b Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 12 Apr 2020 23:20:44 -0700 Subject: [PATCH] remove hypen from mime-type so attribute access will work.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5099b0f..ea12c5a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ granular_markings Imported from [STIX v2.0 Part 1]: Section 3.1 hashes A list of hash strings. lang RFC XXXX language of the properties. parent_refs List of UUIDv4s of MetaData Object that overlay. Any properties on this object override the parent. (allow deletion via None/null?) Any missing properties are passed through to the parent for resolution. The first/earliest object that has a property is used in that objects later in the list are "hidden" by the earlier objects. -mime-type The mime-type. If the set of bytes is polymorphic, there should be one for each "type". +mimetype The mime-type. If the set of bytes is polymorphic, there should be one for each "type". uri List of URI's where the file may be located. child_files A dictionary where the keys are the file names and the values are hash strings. (One issue w/ using hashes is that you can't tie YOUR idea of the metadata, but it also allows a person to have metadata about a file that is private and not be forced to share it, nor create a dummy object.)