summaryrefslogtreecommitdiffstats
path: root/ahl-binding/ahl-json.c
diff options
context:
space:
mode:
Diffstat (limited to 'ahl-binding/ahl-json.c')
-rw-r--r--ahl-binding/ahl-json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ahl-binding/ahl-json.c b/ahl-binding/ahl-json.c
index 5e8bf97..b711b43 100644
--- a/ahl-binding/ahl-json.c
+++ b/ahl-binding/ahl-json.c
@@ -279,7 +279,7 @@ void JSONPublicPackageEndpoint(EndpointInfoT * pEndpointInfo,json_object **endpo
json_object *pPropTableJ = NULL;
EndpointPropTableToJSON(pEndpointInfo->pPropTable,&pPropTableJ);
- json_object_object_add(*endpointInfoJ,"properties",pPropTableJ);
+ json_object_object_add(*endpointInfoJ,"property_table",pPropTableJ);
}
// Package only information that can useful to application clients when opening a stream