{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MinRuntimeVersionUpdate", "title": "MinRuntimeVersionUpdate", "description": "The minimum runtime version supported by the API. This is the lowest version of the data plane\nrelease that can be used with the entity model.\nWhen not specified, the minimum runtime version will not be updated.\n", "type": "string", "example": "1.1", "pattern": "^\\d+\\.\\d+$" }