From 2b7368fbc8eac69389821287dde47d1766958d8e Mon Sep 17 00:00:00 2001 From: Umesh Roy Date: Fri, 13 Mar 2026 22:04:20 -0400 Subject: [PATCH] docs: Update open-agentic-schema-framework.md Minor sentence correction. Signed-off-by: Umesh Roy --- docs/oasf/open-agentic-schema-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oasf/open-agentic-schema-framework.md b/docs/oasf/open-agentic-schema-framework.md index ef723daa..849b6162 100644 --- a/docs/oasf/open-agentic-schema-framework.md +++ b/docs/oasf/open-agentic-schema-framework.md @@ -13,7 +13,7 @@ consistent definition and discovery of agent capabilities across distributed systems. OASF is highly inspired from -[OCSF (Open Cybersecurity Schema Framework)](https://ocsf.io/) in terms of data +[OCSF (Open Cybersecurity Schema Framework)](https://ocsf.io/) not only in terms of data modeling philosophy but also in terms of implementation. The server is a derivative work of OCSF schema server and the schema update workflows reproduce those developed by OCSF.