Variable EnsureImageExistsImageCreatedEventSchemaConst 
 
EnsureImageExistsImageCreatedEventSchema: { 
    $schema: string; 
    additionalProperties: boolean; 
    description: string; 
    properties: { 
        image_id: { 
            description: string; 
            format: string; 
            maxLength: number; 
            minLength: number; 
            type: string; 
        }; 
        image_location: { 
            description: string; 
            minLength: number; 
            pattern: string; 
            type: string; 
        }; 
    }; 
    required: string[]; 
    title: string; 
    type: string; 
} = EnsureImageExistsImageCreatedEvent
Type declaration
- 
$schema: string
 
- 
additionalProperties: boolean
 
- 
description: string
 
- 
properties: { 
    image_id: { 
        description: string; 
        format: string; 
        maxLength: number; 
        minLength: number; 
        type: string; 
    }; 
    image_location: { 
        description: string; 
        minLength: number; 
        pattern: string; 
        type: string; 
    }; 
}
- 
image_id: { 
    description: string; 
    format: string; 
    maxLength: number; 
    minLength: number; 
    type: string; 
}
- 
description: string
 
- 
format: string
 
- 
maxLength: number
 
- 
minLength: number
 
- 
type: string
 
 
- 
image_location: { 
    description: string; 
    minLength: number; 
    pattern: string; 
    type: string; 
}
- 
description: string
 
- 
minLength: number
 
- 
pattern: string
 
- 
type: string
 
 
 
- 
required: string[]
 
- 
title: string
 
- 
type: string