class Aws::Schemas::Types::CreateSchemaRequest

@note When making an API call, you may pass CreateSchemaRequest

data as a hash:

    {
      content: "__stringMin1Max100000", # required
      description: "__stringMin0Max256",
      registry_name: "__string", # required
      schema_name: "__string", # required
      tags: {
        "__string" => "__string",
      },
      type: "OpenApi3", # required, accepts OpenApi3
    }

@!attribute [rw] content

@return [String]

@!attribute [rw] description

@return [String]

@!attribute [rw] registry_name

@return [String]

@!attribute [rw] schema_name

@return [String]

@!attribute [rw] tags

Key-value pairs associated with a resource.
@return [Hash<String,String>]

@!attribute [rw] type

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/CreateSchemaRequest AWS API Documentation

Constants

SENSITIVE