Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save govindthakur25/1e2cf6b7c77e9583c023342e462596ea to your computer and use it in GitHub Desktop.
Save govindthakur25/1e2cf6b7c77e9583c023342e462596ea to your computer and use it in GitHub Desktop.
"Properties": {
"description": "Primary properties identifying the Configuration.",
"type": "object",
"properties": {
"Configuration Name": {
"description": "Name of the Configuration.",
"type": "string"
},
"Configuration Description": {
"description": "Description of the Configuration.",
"type": "string"
},
"Configuration Type": {
"description": "The Type used to categorise this Configuration.",
"type": "string",
"enum": [
"General",
"Complex"
],
"default": "General"
},
"Configuration Version": {
"description": "Version number of this Configuration, in the format 'major.minor.revision'.",
"type": "string"
},
"Configuration Author": {
"description": "Author of this Configuration.",
"type": "string"
},
"Helpdesk Number": {
"description": "Helpdesk number for this Configuration.",
"type": "string"
}
},
"required": [
"Configuration Name",
"Configuration Description",
"Configuration Version"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment