GetSchemaResult

data class GetSchemaResult(val content: String? = null, val description: String? = null, val lastModified: String? = null, val schemaArn: String? = null, val schemaVersion: String? = null, val tags: List<Tag>? = null, val type: String? = null, val versionCreatedDate: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, description: String? = null, lastModified: String? = null, schemaArn: String? = null, schemaVersion: String? = null, tags: List<Tag>? = null, type: String? = null, versionCreatedDate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The source of the schema definition.

Link copied to clipboard
val description: String? = null

A description of the schema.

Link copied to clipboard
val lastModified: String? = null

The last modified time of the schema.

Link copied to clipboard
val schemaArn: String? = null

The ARN of the schema.

Link copied to clipboard
val schemaVersion: String? = null

The version number of the schema.

Link copied to clipboard
val tags: List<Tag>? = null

Tags associated with the resource.

Link copied to clipboard
val type: String? = null

The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.

Link copied to clipboard

The date the schema version was created.