InferredWorkloadTypesPreference 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-inferred-workload-types-preference-schema.json", "title": "InferredWorkloadTypesPreference", "description": "InferredWorkloadTypesPreference schema", "type": "string", "enum": [ "Active", "Inactive" ] }