From c61959849ae2ab266b709fd5d79143c8638e0880 Mon Sep 17 00:00:00 2001 From: Michael Carenzo <79934822+mikecarenzo@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:43:20 -0500 Subject: [PATCH] add blank mapping file --- docs/blank_mappings_file.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/blank_mappings_file.json diff --git a/docs/blank_mappings_file.json b/docs/blank_mappings_file.json new file mode 100644 index 0000000..10550d3 --- /dev/null +++ b/docs/blank_mappings_file.json @@ -0,0 +1,18 @@ +{ + "metadata": { + "mapping_version": "1.0.0", + "attack_version": "", + "technology_domain": "", + "mapping_framework": "", + "mapping_framework_version": "", + "mapping_types": { + "example_type": { + "name": "Example Mapping Type", + "description": "Use this description to explain the semantics of the mapping type." + } + }, + "capability_groups": { + "example_group": "Example Group" + } + } +} \ No newline at end of file