{
    "id":"template-long-website",
    "title": "Project Long Website",
    "description": "JSON schema for Project Long Website",
    "type": "object",
    "properties":{
        "projectType":{
            "type":"string",
            "required":true,
            "form":{
                "format":"readonly",
                "override":"project.hero"
            }
        },
        "id":{
            "type":"string",
            "form":{
                "format":"hidden",
                "class":"idfield"
            }
        },
        "projectId":{
            "type":"string",
            "form":{
                "format":"hidden"
            }
        },
        "fields":{
            "type":"object",
            "properties":{
                "forground":{
                    "title":"Forground",
                    "type":"object",
                    "properties":{
                        "original":{
                            "type":"string",
                            "form":{
                                "format":"image"
                            }
                        }
                    }
                },
                "background":{
                    "title":"Background",
                    "type":"object",
                    "properties":{
                        "original":{
                            "type":"string",
                            "form":{
                                "format":"image"
                            }
                        }
                    }
                }
            }
        }
    },
    "additionalProperties":true
}