You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/01 12:32:24 UTC

[GitHub] [camel-k-runtime] apupier commented on issue #358: Generate schema for YAML DSL

apupier commented on issue #358:
URL: https://github.com/apache/camel-k-runtime/issues/358#issuecomment-652390609


   This online schema validator is saying that there is a problem with the `steps` elements:
   https://json-schema-validator.herokuapp.com/syntax.jsp
   
   ```
   [ {
     "level" : "warning",
     "schema" : {
       "loadingURI" : "#",
       "pointer" : "/items/definitions/steps"
     },
     "domain" : "syntax",
     "message" : "the following keywords are unknown and will be ignored: [from, log, to]",
     "ignored" : [ "from", "log", "to" ]
   } ]
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org