github.com/jenkins-x/jx/v2@v2.1.155/pkg/surveyutils/test_data/objectType.test.schema.json (about)

     1  
     2  {
     3    "$id": "https:/jenkins-x.io/tests/nestedObject.schema.json",
     4    "$schema": "http://json-schema.org/draft-07/schema#",
     5    "description": "test values.yaml",
     6    "type": "object",
     7    "properties": {
     8      "nestedObject": {
     9        "type": "object",
    10        "properties": {
    11          "anotherNestedObject": {
    12            "type": "object",
    13            "properties": {
    14              "name": {
    15                "type": "string"
    16              }
    17            }
    18          }
    19        }
    20      }
    21    }
    22  }