type GetResourceSchemaResponse struct {
// S3 presigned URL to schema location. SchemaLocationUrl string `json:"schemaLocationUrl,omitempty"`
// Timestamp when the schema location url expires in ISO 8601 format. ExpiryTime time.Time `json:"expiryTime,omitempty"`
}