{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateAutoScalingConfigurationRequest", "type": "object", "properties": { "AutoScalingConfigurationName": {}, "MaxConcurrency": {}, "MinSize": {}, "MaxSize": {}, "Tags": {} }, "required": [ "AutoScalingConfigurationName" ] }