{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "homepage": {
      "type": "string",
      "format": "uri"
    },
    "contact": {
      "type": "string",
      "format": "email"
    }
  },
  "required": [
    "homepage",
    "contact"
  ]
}
