{
  "type": "object",
  "properties": {
    "status": {
      "type": ["string", "integer"],
      "enum": ["0", "1", 0, 1]
    },
    "name": {
      "type": "string"
    },
    "content": {
      "type": "string",
      "skipEscape": true
    },
    "url_key": {
      "type": "string",
      "pattern": "^\\S+$",
      "errorMessage": {
        "pattern": "Url key should not contain spaces"
      }
    },
    "meta_title": {
      "type": "string"
    },
    "meta_description": {
      "type": "string"
    },
    "meta_keywords": {
      "type": "string"
    }
  },
  "additionalProperties": true
}
