{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://ravenstrike.local/schemas/module_4_output.schema.json","allOf":[{"$ref":"module_common.schema.json"}],"type":"object","unevaluatedProperties":false,"properties":{"field_extraction_map":{"type":"array","items":{"type":"object","additionalProperties":false,"properties":{"raw_field":{"type":"string"},"normalized_field":{"type":"string"},"enrichment_action":{"type":"string"}},"required":["raw_field","normalized_field","enrichment_action"]}},"context_score":{"type":"integer","minimum":0,"maximum":100},"priority":{"type":"string","enum":["P1","P2","P3","P4"]},"enrichment_templates":{"type":"array","items":{"type":"string"}},"rag_context":{"type":"array"}},"required":["field_extraction_map","context_score","priority","enrichment_templates"]}
