{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://ravenstrike.local/schemas/module_3_output.schema.json","allOf":[{"$ref":"module_common.schema.json"}],"type":"object","unevaluatedProperties":false,"properties":{"artifact_context":{"type":"object","additionalProperties":false,"properties":{"type":{"type":"string","enum":["file","memory","network_stream"]},"malware_ttp":{"type":"string"},"sample_basis":{"type":"string"}},"required":["type","malware_ttp","sample_basis"]},"yara_rule":{"type":"string","minLength":1},"usage_notes":{"type":"string","minLength":1}},"required":["artifact_context","yara_rule","usage_notes"]}
