{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/script_Response", "title": "script_Response", "type": "object", "description": "For a list of all locations visit [Scripts Visibility](/docs/integrations/scripts#script-visibility-locations).", "properties": { "data": { "$ref": "#/components/schemas/script_Full" }, "meta": { "$ref": "#/components/schemas/Meta" } }, "x-internal": false }