{
  "$schema": "http://json-schema.org/schema",
  "$id": "customResource",
  "title": "Custom Resource Options Schema",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the resource"
    }
  },
  "required": ["name"]
}
