{
"type": "object",
"properties": {
"website": {
"type": "string",
"description": "URL-ul complet al site-ului de analizat, ex: https://exemplu.ro"
}
},
"required": [
"website"
]
}{
"type": "object",
"properties": {
"header_email": {
"type": "string",
"description": "Email*"
},
"header_telefon": {
"type": "string",
"description": "Telefon*"
},
"header_website": {
"type": "string",
"description": "Website*"
},
"header_tip": {
"type": "string"
},
"header_gdpr": {
"type": "boolean"
}
},
"required": [
"header_email",
"header_telefon",
"header_website"
]
}