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

     1  
     2  {
     3    "$id": "https:/jenkins-x.io/tests/basicTypes.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        "maxProperties": 1,
    11        "properties": {
    12          "stringValue": {
    13            "type": "string"
    14          },
    15          "stringValue1": {
    16            "type": "string"
    17          }
    18        }
    19      }
    20    }
    21  }