{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EphemeralStorage", "type": "object", "properties": { "sizeInGiB": { "type": "integer", "description": "The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB." } } }