---
type: resource-type
title: EventSchemasSchema
description: aws resource type AWS::EventSchemas::Schema
name: EventSchemasSchema
lexicon: aws
resource_type: AWS::EventSchemas::Schema
---
`AWS::EventSchemas::Schema`, a resource type of the aws lexicon.

## Properties

- `Content` (`string`, required): The source of the schema definition.
- `RegistryName` (`string`, required): The name of the schema registry.
- `Type` (`string`, required): The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
- `Description` (`string`, optional): A description of the schema.
- `LastModified` (`string`, optional): The last modified time of the schema.
- `SchemaArn` (`string`, optional): The ARN of the schema.
- `SchemaName` (`string`, optional): The name of the schema.
- `SchemaVersion` (`string`, optional): The version number of the schema.
- `Tags` (`EventSchemasSchema_TagsEntry[]`, optional): Tags associated with the resource.
- `VersionCreatedDate` (`string`, optional): The date the schema version was created.

## Attributes

- `LastModified`
- `SchemaArn`
- `SchemaVersion`
- `VersionCreatedDate`
