Skip to content

Instantly share code, notes, and snippets.

@ibuildthecloud
Created December 23, 2015 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibuildthecloud/b1771f244b08d6553976 to your computer and use it in GitHub Desktop.
Save ibuildthecloud/b1771f244b08d6553976 to your computer and use it in GitHub Desktop.
diff --git a/resources/content/schema/base/container.json b/resources/content/schema/base/container.json
index e1dcddd..65e482c 100644
--- a/resources/content/schema/base/container.json
+++ b/resources/content/schema/base/container.json
@@ -232,6 +232,10 @@
"nullable": false,
"default" : "0"
},
+ "myFoo" : {
+ "type" : "string",
+ "nullable": true
+ },
"startCount" : {
"type" : "int",
"nullable" : true
diff --git a/resources/content/schema/user/user-auth.json b/resources/content/schema/user/user-auth.json
index f8e14c3..11626ef 100644
--- a/resources/content/schema/user/user-auth.json
+++ b/resources/content/schema/user/user-auth.json
@@ -111,6 +111,7 @@
"container.deploymentUnitUuid" : "r",
"container.version" : "r",
"container.startCount" : "r",
+ "container.myFoo" : "cru",
"containerExec" : "r",
"containerExec.attachStdin" : "cr",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment