{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TransitionStorageClass", "type": "string", "enum": [ "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "GLACIER_IR" ] }