diff --git a/v1/Application.cfc b/v1/Application.cfc
index 06671bd..491144e 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
- variables.framework.docs.APIVersion="0.117"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.118"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc
index 5f021dc..5c9193a 100644
--- a/v1/resources/instance_operation.cfc
+++ b/v1/resources/instance_operation.cfc
@@ -131,6 +131,9 @@
sop.man
sop.sort
iop.note
+ sop.nested_ref
+ sop.config::text
+ null as nested_ref_data
sop.is_sensitive
from svc_operation_cfs_param sop
@@ -159,7 +162,14 @@
-
+
+
+
+
+