{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_image_requireSignedURLs", "title": "images_image_requireSignedURLs", "default": false, "description": "Indicates whether the image can be a accessed only using it's UID. If set to true, a signed token needs to be generated with a signing key to view the image.", "example": true, "type": "boolean" }