From 71889b173f5b8e8f21d38fedfeacafee0d8c9e30 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Fri, 11 Dec 2020 11:28:26 -0500 Subject: [PATCH] Touch up filesystem docs --- docs/guide/filesystem.ipynb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/guide/filesystem.ipynb b/docs/guide/filesystem.ipynb index 2e991ba..ec09422 100644 --- a/docs/guide/filesystem.ipynb +++ b/docs/guide/filesystem.ipynb @@ -65,26 +65,27 @@ "\n", "```\n", "stix2_content/\n", - " /STIX2 Domain Object type\n", - " /STIX2 Domain Object ID\n", - " STIX2 Domain Object\n", - " /STIX2 Domain Object ID\n", - " STIX2 Domain Object\n", + " STIX2 Domain Object type/\n", + " STIX2 Domain Object ID/\n", + " 'modified' timestamp.json\n", + " 'modified' timestamp.json\n", + " STIX2 Domain Object ID/\n", + " 'modified' timestamp.json\n", " .\n", " .\n", - " /STIX2 Domain Object type\n", - " /STIX2 Domain Object ID\n", - " /STIX2 Domain Object ID\n", + " STIX2 Domain Object type/\n", + " STIX2 Domain Object ID/\n", + " 'modified' timestamp.json\n", " .\n", " .\n", " .\n", " .\n", " .\n", " .\n", - " /STIX2 Domain Object type\n", + " STIX2 Domain Object type/\n", "```\n", "\n", - "The master STIX 2 content directory contains subdirectories, each of which aligns to a STIX 2 domain object type (i.e. \"attack-pattern\", \"campaign\", \"malware\", etc.). Within each STIX 2 domain object type's subdirectory are subfolders containing JSON files that are STIX 2 domain objects of the specified type; the name of each STIX 2 domain object subfolder is the ID of the associated STIX 2 domain object. Inside each STIX 2 domain object subfolder, the name of the contained json file corresponds to the modified timestamp of the STIX 2 domain object found within that file. A real example of the FileSystem directory structure:\n", + "The master STIX 2 content directory contains subdirectories, each of which aligns to a STIX 2 domain object type (i.e. \"attack-pattern\", \"campaign\", \"malware\", etc.). Within each STIX 2 domain object type's subdirectory are further subdirectories containing JSON files that are STIX 2 domain objects of the specified type; the name of each of these subdirectories is the ID of the associated STIX 2 domain object. Inside each of these subdirectories are JSON files, the names of which correspond to the ``modified`` timestamp of the STIX 2 domain object found within that file. A real example of the FileSystem directory structure:\n", "\n", "```\n", "stix2_content/\n",