Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Non Empty Base64 Encoded String Structure

NonEmptyBase64EncodedString schema from Amazon Elastic Transcoder

Type: string Properties: 0
Amazon Web ServicesMediaTranscodingVideo

NonEmptyBase64EncodedString is a JSON Structure definition published by Amazon Elastic Transcoder. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-non-empty-base64-encoded-string-structure.json",
  "name": "NonEmptyBase64EncodedString",
  "description": "NonEmptyBase64EncodedString schema from Amazon Elastic Transcoder",
  "type": "string",
  "pattern": "(^(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}==|[A-Za-z0-9\\+/]{3}=)?$)"
}