{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/chamaleon-properties/latest.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/properties-schema.json",
    "sourceSha256": "4e6cb1e245e9192f9631bb1bd96f19656d210961919eb9454fd5819104e7a4f2",
    "fileMatch": [
      "properties.chamaleon.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "selectedEnvironmentName": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 1
    }
  },
  "required": [
    "selectedEnvironmentName"
  ]
}
