{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RateLimit", "type": "object", "description": "An Ambassador RateLimit resource that defines rate limiting policies using descriptors and rate values. Works with the built-in Ambassador Edge Stack rate limiting service.", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" } } }