{"$ref":"#/definitions/AgentMutationJobRequestV1","definitions":{"AgentMutationJobRequestV1":{"type":"object","properties":{"baseDocumentVersion":{"type":"integer","exclusiveMinimum":0},"nextDocument":{"type":"object","properties":{"version":{"type":"string","const":"v1","default":"v1"},"projectId":{"type":"string","format":"uuid"},"name":{"type":"string"},"globalBackgroundType":{"type":"string","enum":["gradient","solid","image","svg"],"default":"gradient"},"globalGradient":{"type":"string"},"globalSolidColor":{"type":"string","default":"#1a1a1a"},"globalSvgBackground":{"anyOf":[{"type":"object","properties":{"presetId":{"type":"string","minLength":1},"colors":{"type":"array","items":{"type":"string"}},"customSvg":{"type":["string","null"]},"shapeParams":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{}},"default":{}}},"required":["presetId","colors","customSvg"],"additionalProperties":false},{"type":"null"}],"default":null},"globalBackgroundImage":{"anyOf":[{"type":"object","properties":{"source":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"upload"},"asset":{"type":"object","properties":{"bucket":{"type":"string","const":"overlays"},"path":{"type":"string","minLength":1},"publicUrl":{"type":"string","format":"uri"}},"required":["bucket","path","publicUrl"],"additionalProperties":false}},"required":["type","asset"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"stock"},"provider":{"type":"string","enum":["unsplash","pexels"]},"photoId":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"thumbnailUrl":{"type":"string","format":"uri"},"width":{"type":"integer","exclusiveMinimum":0},"height":{"type":"integer","exclusiveMinimum":0},"attribution":{"type":"object","properties":{"photographerName":{"type":"string","minLength":1},"photographerUrl":{"type":"string","format":"uri"},"photoUrl":{"type":"string","format":"uri"}},"required":["photographerName","photographerUrl","photoUrl"],"additionalProperties":false},"downloadLocation":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]}},"required":["type","provider","photoId","url","thumbnailUrl","width","height","attribution","downloadLocation"],"additionalProperties":false}]},"fit":{"type":"string","enum":["cover"],"default":"cover"},"positionX":{"type":"number","minimum":0,"maximum":100,"default":50},"positionY":{"type":"number","minimum":0,"maximum":100,"default":50},"cropTop":{"type":"number","minimum":0,"maximum":100,"default":0},"cropRight":{"type":"number","minimum":0,"maximum":100,"default":0},"cropBottom":{"type":"number","minimum":0,"maximum":100,"default":0},"cropLeft":{"type":"number","minimum":0,"maximum":100,"default":0},"rotation":{"type":"number","default":0},"blur":{"type":"number","minimum":0,"default":0}},"required":["source"],"additionalProperties":false},{"type":"null"}],"default":null},"screenshots":{"type":"array","items":{"type":"object","properties":{"id":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"name":{"type":"string"},"sortOrder":{"type":"integer","minimum":0},"backgroundType":{"anyOf":[{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/globalBackgroundType"},{"type":"null"}],"default":null},"gradientCss":{"type":["string","null"]},"solidColor":{"type":["string","null"],"default":null},"gradientLinked":{"type":"boolean"},"joinedToNextId":{"anyOf":[{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},{"type":"null"}]},"backgroundSpanJoined":{"type":"boolean"},"svgBackground":{"anyOf":[{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/globalSvgBackground/anyOf/0"},{"type":"null"}],"default":null},"backgroundImage":{"anyOf":[{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/globalBackgroundImage/anyOf/0"},{"type":"null"}],"default":null},"deviceFrames":{"type":"array","items":{"type":"object","properties":{"id":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"screenshotId":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"locked":{"type":"boolean"},"deviceSpecKey":{"type":["string","null"]},"imageAsset":{"anyOf":[{"type":"object","properties":{"bucket":{"type":"string","enum":["screenshots","overlays"]},"path":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/globalBackgroundImage/anyOf/0/properties/source/anyOf/0/properties/asset/properties/path"},"publicUrl":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/globalBackgroundImage/anyOf/0/properties/source/anyOf/0/properties/asset/properties/publicUrl"}},"required":["bucket","path","publicUrl"],"additionalProperties":false},{"type":"null"}]},"frameStyle":{"type":"string","enum":["generic","ipad","none"]},"borderThickness":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}],"default":null},"borderColor":{"anyOf":[{"type":"string","pattern":"^#[0-9a-f]{3}([0-9a-f]{3})?$"},{"type":"null"}],"default":null},"borderRadius":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}],"default":null},"cornerSmoothing":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}],"default":null},"xPercent":{"type":"number"},"yPercent":{"type":"number"},"scale":{"type":"number"},"rotation":{"type":"number"},"sortOrder":{"type":"integer","minimum":0}},"required":["id","screenshotId","locked","deviceSpecKey","imageAsset","frameStyle","xPercent","yPercent","scale","rotation","sortOrder"],"additionalProperties":false}},"textOverlays":{"type":"array","items":{"type":"object","properties":{"id":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"screenshotId":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"locked":{"type":"boolean"},"content":{"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"integer"},"fontWeight":{"type":"integer"},"fontStyle":{"type":"string","enum":["normal","italic"],"default":"normal"},"color":{"type":"string"},"xPercent":{"type":"number"},"yPercent":{"type":"number"},"textAlign":{"type":"string","enum":["left","center","right"]},"letterSpacing":{"type":"number"},"lineHeight":{"type":"number"},"textShadow":{"type":["string","null"]},"rotation":{"type":"number"},"sortOrder":{"type":"integer","minimum":0},"scaleMode":{"type":"string","enum":["font","box"]},"scale":{"type":"number"},"widthPercent":{"type":"number"},"heightPercent":{"type":"number"},"opacity":{"type":"number","minimum":0,"maximum":1,"default":1},"stroke":{"anyOf":[{"type":"object","properties":{"width":{"type":"number","minimum":0},"color":{"type":"string"},"align":{"type":"string","enum":["center","outside"],"default":"center"}},"required":["width","color"],"additionalProperties":false},{"type":"null"}],"default":null},"gradient":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["linear","radial","conic"]},"angle":{"type":"number"},"centerX":{"type":"number","minimum":0,"maximum":100,"default":50},"centerY":{"type":"number","minimum":0,"maximum":100,"default":50},"stops":{"type":"array","items":{"type":"object","properties":{"offset":{"type":"number","minimum":0,"maximum":1},"color":{"type":"string"},"opacity":{"type":"number","minimum":0,"maximum":1,"default":1}},"required":["offset","color"],"additionalProperties":false},"minItems":2}},"required":["type","angle","stops"],"additionalProperties":false},{"type":"null"}],"default":null},"shadows":{"type":"array","items":{"type":"object","properties":{"offsetX":{"type":"number"},"offsetY":{"type":"number"},"blur":{"type":"number","minimum":0},"color":{"type":"string"},"opacity":{"type":"number","minimum":0,"maximum":1}},"required":["offsetX","offsetY","blur","color","opacity"],"additionalProperties":false},"default":[]},"decoration":{"anyOf":[{"type":"object","properties":{"line":{"type":"string","enum":["underline","overline","line-through"]},"style":{"type":"string","enum":["solid","dashed","dotted","double","wavy"]},"color":{"type":"string"},"thickness":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"offset":{"type":["number","null"]}},"required":["line","style","color","thickness","offset"],"additionalProperties":false},{"type":"null"}],"default":null},"blur":{"type":"number","minimum":0,"default":0}},"required":["id","screenshotId","locked","content","fontFamily","fontSize","fontWeight","color","xPercent","yPercent","textAlign","letterSpacing","lineHeight","textShadow","rotation","sortOrder","scaleMode","scale","widthPercent","heightPercent"],"additionalProperties":false}},"imageOverlays":{"type":"array","items":{"type":"object","properties":{"id":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"screenshotId":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"locked":{"type":"boolean"},"asset":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/screenshots/items/properties/deviceFrames/items/properties/imageAsset/anyOf/0"},"xPercent":{"type":"number"},"yPercent":{"type":"number"},"widthPercent":{"type":"number"},"heightPercent":{"type":"number"},"rotation":{"type":"number"},"sortOrder":{"type":"integer","minimum":0},"opacity":{"type":"number","minimum":0,"maximum":1,"default":1},"borderRadius":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}],"default":null},"blur":{"type":"number","minimum":0,"default":0},"shadows":{"type":"array","items":{"type":"object","properties":{"offsetX":{"type":"number"},"offsetY":{"type":"number"},"blur":{"type":"number","minimum":0},"color":{"type":"string"},"opacity":{"type":"number","minimum":0,"maximum":1}},"required":["offsetX","offsetY","blur","color","opacity"],"additionalProperties":false},"default":[]},"filters":{"type":"object","properties":{"brightness":{"type":"number","minimum":0,"default":1},"contrast":{"type":"number","minimum":0,"default":1},"saturation":{"type":"number","minimum":0,"default":1},"hue":{"type":"number","default":0}},"additionalProperties":false,"default":{"brightness":1,"contrast":1,"saturation":1,"hue":0}}},"required":["id","screenshotId","locked","asset","xPercent","yPercent","widthPercent","heightPercent","rotation","sortOrder"],"additionalProperties":false}}},"required":["id","name","sortOrder","gradientCss","gradientLinked","joinedToNextId","backgroundSpanJoined","deviceFrames","textOverlays","imageOverlays"],"additionalProperties":false}},"families":{"type":"array","items":{"type":"object","properties":{"id":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"projectId":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"deviceSpecKey":{"type":"string"},"customWidth":{"type":"integer","exclusiveMinimum":0},"customHeight":{"type":"integer","exclusiveMinimum":0},"customName":{"type":"string"},"isBase":{"type":"boolean"},"sortOrder":{"type":"integer","minimum":0},"frameStyle":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/screenshots/items/properties/deviceFrames/items/properties/frameStyle"},"overrides":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{}}}},"visibleScreenshotIds":{"anyOf":[{"type":"array","items":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"}},{"type":"null"}]},"gapPreset":{"type":"string","enum":["apple-ios","google-play","custom","none"]},"gapCustomPercent":{"type":"number"}},"required":["id","deviceSpecKey","isBase","sortOrder","frameStyle","overrides","visibleScreenshotIds"],"additionalProperties":false}},"userId":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/projectId"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"$ref":"#/definitions/AgentMutationJobRequestV1/properties/nextDocument/properties/createdAt"},"documentVersion":{"type":"integer","exclusiveMinimum":0}},"required":["projectId","name","globalGradient","screenshots","families"],"additionalProperties":false},"changeLabel":{"type":"string","minLength":1,"maxLength":200},"allowDestructive":{"type":"boolean"}},"required":["baseDocumentVersion","nextDocument","changeLabel"],"additionalProperties":false}},"$schema":"http://json-schema.org/draft-07/schema#"}