Problem:
NPL Engine responses use JSON-LD-like fields (@id, @state, @parties, @actions) but aren’t fully JSON-LD compliant, missing @context and @type fields.
Request:
Return fully JSON-LD compliant responses with:
-
@context field (schema.org context)
-
@type field (schema.org types, e.g., schema:Order, schema:Product)
-
Proper JSON-LD structure
Benefits:
-
Better LLM semantic understanding
-
Interoperability with JSON-LD systems
-
Aligns with schema.org types already used in protocols
Priority: Medium (nice-to-have, improves LLM understanding)