{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Microsite Layout Config Values",
  "type": "object",
  "required": [
    "html"
  ],
  "additionalProperties": false,
  "properties": {
    "html": {
      "title": "HTML",
      "description": "The HTML template",
      "type": "string"
    }
  }
}