{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/staticSiteDetailsPATCH", "title": "staticSiteDetailsPATCH", "type": "object", "properties": { "buildCommand": { "type": "string" }, "publishPath": { "type": "string" }, "pullRequestPreviewsEnabled": { "$ref": "#/components/schemas/pullRequestPreviewsEnabled" }, "previews": { "$ref": "#/components/schemas/previews" }, "renderSubdomainPolicy": { "$ref": "#/components/schemas/renderSubdomainPolicy" }, "ipAllowList": { "type": "array", "items": { "$ref": "#/components/schemas/cidrBlockAndDescription" } } } }