Uploaded image for project: 'Serverless logic'
  1. Serverless logic
  2. SRVLOGIC-533

Dev UI does not render object input

XMLWordPrintable

      In the data input schema, when we define an input parameter of type object the Dev UI does not render it correctly

        {
          "$id": "classpath:/schemas/create-ocp-project-schema.json",
          "title": "Workflow input data",
          "$schema": "http://json-schema.org/draft-07/schema#",
          "type": "object",
          "properties": {
            "owner": {
              "title": "owner",
              "description": "OCP project to create",
              "type": "string"
            },
            "repo": {
              "title": "repo",
              "description": "OCP project to create",
              "type": "string"
            },
            "baseBranch": {
              "title": "baseBranch",
              "description": "OCP project to create",
              "type": "string"
            },
            "targetBranch": {
              "title": "targetBranch",
              "description": "OCP project to create",
              "type": "string"
            },
            "obj": {
              "title": "obj",
              "description": "test",
              "type": "object"
            }
          },
          "required": [
            "owner",
            "repo",
            "baseBranch",
            "targetBranch"
      
          ]
        }
      
      

      but in the dev UI I am not able to fill it

              fabrizio.antonangeli Fabrizio Antonangeli
              rh-ee-gfarache Gabriel Farache
              Dominik Hanak Dominik Hanak
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: