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