{"type":"object","properties":{"$schema":{"type":"string"},"id":{"type":"string","format":"uuid","description":"The ID (GUID) is a unique identifier for your script."},"name":{"type":"string","minLength":1,"description":"The name of your script as it will appear in the Wix App Dashboard."},"scriptType":{"type":"string","enum":["FUNCTIONAL","ESSENTIAL","ANALYTICS","ADVERTISING"],"description":"An enum used by Wix's Cookie Consent Banner tool to determine whether site visitors consent to having your script run during their visit."},"placement":{"type":"string","enum":["HEAD","BODY_START","BODY_END"],"description":"An enum indicating where in the page's DOM the HTML code will be injected."}},"required":["id","name","scriptType","placement"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
