{
  "title": "company",
  "type": "object",
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid",
      "pattern": "#[a-z]{3}-[a-z0-9]?i#",
      "example": "cze-ic07059663",
      "description": "Company ID"
    },
    "company_name": {
      "type": "string",
      "minLength": 2,
      "maxLength": 150,
      "example": "Edut s.r.o",
      "description": "Company oficial registered name"
    },
    "address": {
      "type": "object",
      "description": "Main address of company",
      "properties": {
        "addressline1": {
          "type": "string",
          "minLength": 2,
          "maxLength": 150,
          "example": "Rohová 14"
        },
        "addressline2": {
          "type": "string",
          "minLength": 2,
          "maxLength": 150,
          "example": "Suchdol"
        },
        "city": {
          "type": "string",
          "minLength": 2,
          "maxLength": 150,
          "example": "Praha"
        },
        "postcode": {
          "type": "string",
          "minLength": 2,
          "maxLength": 50,
          "example": "16000"
        }
      }
    }
  }
}
