Issue in JSON Schema | Community
Skip to main content
August 8, 2023
Solved

Issue in JSON Schema

  • August 8, 2023
  • 1 reply
  • 520 views
"risk Schedule": {
        "name": "Risk Schedule",
        "id": "Account_MainInterview_RiskSchedule",
        "description": "Go to Page",
        "contentType": "application/json",
        "controlType": "action",
        "show": true,
        "methods": [
          null,
          {
            "index": 1,
            "type": "GET",
            "modelCollection": "MainInterview",
            "viewModel": "RiskSchedule",
          }
        ],
        "index": "4"
      },
 
I have mention some content of my JSON in which "type" is not mentioned , how can I use this JSON to create Adaptive form ? Is there any different process for this kind of JSON.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.