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

     1  
     2  {
     3    "$id": "https:/jenkins-x.io/tests/descriptionAndTitle.schema.json",
     4    "$schema": "http://json-schema.org/draft-07/schema#",
     5    "description": "test values.yaml",
     6    "type": "object",
     7    "properties": {
     8      "name": {
     9        "type": "string",
    10        "title": "What is your name?",
    11        "description": "Enter your name"
    12      },
    13      "country": {
    14        "type": "string",
    15        "default": "UK"
    16      }
    17    }
    18  }