FileFormat schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-file-format-schema.json", "title": "FileFormat", "description": "FileFormat schema", "type": "string", "enum": [ "Csv" ] }