This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 472b4335a7ffecaec9195403ec47b6e24024a5ea
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Fri Dec 4 10:46:36 2020 +0100

    chore(doc): Rebuild JSON schemas
---
 .../attachments/schema/integration-schema.json     |  2 ++
 .../assets/attachments/schema/kamelet-schema.json  | 34 ++++++++++++++++++----
 2 files changed, 30 insertions(+), 6 deletions(-)

diff --git 
a/docs/modules/ROOT/assets/attachments/schema/integration-schema.json 
b/docs/modules/ROOT/assets/attachments/schema/integration-schema.json
index 1a0ffde..f8358a7 100644
--- a/docs/modules/ROOT/assets/attachments/schema/integration-schema.json
+++ b/docs/modules/ROOT/assets/attachments/schema/integration-schema.json
@@ -8476,6 +8476,8 @@
             "description": "A TraitSpec contains the configuration of a trait",
             "properties": {
               "configuration": {
+                "description": "TraitConfiguration --",
+                "format": "byte",
                 "type": "object"
               }
             },
diff --git a/docs/modules/ROOT/assets/attachments/schema/kamelet-schema.json 
b/docs/modules/ROOT/assets/attachments/schema/kamelet-schema.json
index 735d239..4ea5bf7 100644
--- a/docs/modules/ROOT/assets/attachments/schema/kamelet-schema.json
+++ b/docs/modules/ROOT/assets/attachments/schema/kamelet-schema.json
@@ -4197,7 +4197,9 @@
               "type": "array"
             },
             "default": {
-              "description": "default is a default value for undefined object 
fields. Defaulting is a beta feature under the CustomResourceDefaulting feature 
gate. Defaulting requires spec.preserveUnknownFields to be false."
+              "description": "default is a default value for undefined object 
fields. Defaulting is a beta feature under the CustomResourceDefaulting feature 
gate. Defaulting requires spec.preserveUnknownFields to be false.",
+              "format": "byte",
+              "type": "string"
             },
             "definitions": {
               "additionalProperties": {},
@@ -4218,10 +4220,18 @@
               "type": "string"
             },
             "enum": {
-              "items": {},
+              "items": {
+                "description": "JSON represents any valid JSON value. These 
types are supported: bool, int64, float64, string, []interface{}, 
map[string]interface{} and nil.",
+                "format": "byte",
+                "type": "string"
+              },
               "type": "array"
             },
-            "example": {},
+            "example": {
+              "description": "JSON represents any valid JSON value. These 
types are supported: bool, int64, float64, string, []interface{}, 
map[string]interface{} and nil.",
+              "format": "byte",
+              "type": "string"
+            },
             "exclusiveMaximum": {
               "type": "boolean"
             },
@@ -4362,6 +4372,8 @@
           "type": "array"
         },
         "flow": {
+          "description": "Flow is an unstructured object representing a Camel 
Flow in YAML/JSON DSL",
+          "format": "byte",
           "maxProperties": 1,
           "properties": {
             "error-handler": {
@@ -4463,7 +4475,9 @@
                     "type": "array"
                   },
                   "default": {
-                    "description": "default is a default value for undefined 
object fields. Defaulting is a beta feature under the CustomResourceDefaulting 
feature gate. Defaulting requires spec.preserveUnknownFields to be false."
+                    "description": "default is a default value for undefined 
object fields. Defaulting is a beta feature under the CustomResourceDefaulting 
feature gate. Defaulting requires spec.preserveUnknownFields to be false.",
+                    "format": "byte",
+                    "type": "string"
                   },
                   "definitions": {
                     "additionalProperties": {},
@@ -4484,10 +4498,18 @@
                     "type": "string"
                   },
                   "enum": {
-                    "items": {},
+                    "items": {
+                      "description": "JSON represents any valid JSON value. 
These types are supported: bool, int64, float64, string, []interface{}, 
map[string]interface{} and nil.",
+                      "format": "byte",
+                      "type": "string"
+                    },
                     "type": "array"
                   },
-                  "example": {},
+                  "example": {
+                    "description": "JSON represents any valid JSON value. 
These types are supported: bool, int64, float64, string, []interface{}, 
map[string]interface{} and nil.",
+                    "format": "byte",
+                    "type": "string"
+                  },
                   "exclusiveMaximum": {
                     "type": "boolean"
                   },

Reply via email to