images_image_filename

Image file name.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-filename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_filename",
  "title": "images_image_filename",
  "description": "Image file name.",
  "example": "logo.png",
  "maxLength": 255,
  "readOnly": true,
  "type": "string"
}