images_image_keys

APIs.ioEngineeringPlatform

Properties

Name Type Description
name object
value object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-keys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_keys",
  "title": "images_image_keys",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/images_image_key_name"
    },
    "value": {
      "$ref": "#/components/schemas/images_image_key_value"
    }
  },
  "type": "object"
}