{
    "id":"template-full-width",
    "title": "Project Full Width",
    "description": "JSON schema for Project Full Width Image",
    "type": "object",
    "properties":{
        "projectType":{
            "type":"string",
            "required":true,
            "form":{
                "format":"readonly",
                "override":"project.full.width.image"
            }
        },
        "id":{
            "type":"string",
            "form":{
                "format":"hidden",
                "class":"idfield"
            }
        },
        "projectId":{
            "type":"string",
            "form":{
                "format":"hidden"
            }
        },
        "fields":{
            "type":"object",
            "properties":{
                "upload":{
                    "title":"Image",
                    "type":"object",
                    "properties":{
                        "original":{
                            "type":"string",
                            "form":{
                                "format":"image"
                            }
                        }
                    }
                }
            }
        }
    },
    "additionalProperties":true
}