{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Client Schema",
  "name": "Clients",
  "description": "Client profile page options",
  "type": "object",
  "definitions": {
    "pages": {
      "type": "object",
      "description": "The pages for these profiles"
    },
    "params": {
      "type": "object",
      "description": "The pages for these profiles"
    }
  }
}
