images_image_variant_identifier

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-variant-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_variant_identifier",
  "title": "images_image_variant_identifier",
  "example": "hero",
  "maxLength": 99,
  "pattern": "^[a-zA-Z0-9]$",
  "type": "string"
}