From 76c71ba8bc44ca0d35c9d15e80e1d0c5331751ac Mon Sep 17 00:00:00 2001 From: Kevin Pearson Date: Tue, 27 Feb 2024 11:36:10 -0800 Subject: [PATCH] examples --- .../specifications/openrpc-extensions/app-passthrough-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/specifications/openrpc-extensions/app-passthrough-apis.md b/requirements/specifications/openrpc-extensions/app-passthrough-apis.md index c3eecea11..dbc96257d 100644 --- a/requirements/specifications/openrpc-extensions/app-passthrough-apis.md +++ b/requirements/specifications/openrpc-extensions/app-passthrough-apis.md @@ -151,8 +151,8 @@ Schemas } }, "required": [ - "appId", - "info" + "entity", + "type" ] }, "AppProvidedInterestInfo": {