From 98aac1ea171e0c2a57bd338335b632e9e849ff6b Mon Sep 17 00:00:00 2001 From: msyu Date: Tue, 27 May 2025 17:35:10 +0300 Subject: [PATCH] 112 serialized json string in default op, minmax --- v1/Application.cfc | 2 +- v1/resources/instance_operation.cfc | 76 ++------------------- v1/resources/instance_operation_default.cfc | 4 +- 3 files changed, 9 insertions(+), 73 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index c4f0cc8..be13609 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.111"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.112"; /*$ 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 a1fa8f6..f199ea5 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -122,6 +122,10 @@ sop.default_value sop.regex sop.unique_scope + sop.maxlength + sop.minlength + sop.maxvalue + sop.minvalue sop.descr sop.man sop.sort @@ -157,77 +161,7 @@ - - + diff --git a/v1/resources/instance_operation_default.cfc b/v1/resources/instance_operation_default.cfc index cd7478f..0c8dfe3 100644 --- a/v1/resources/instance_operation_default.cfc +++ b/v1/resources/instance_operation_default.cfc @@ -171,13 +171,15 @@ )/> + - + +