{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ParametersLink", "type": "object", "description": "Entity representing the reference to the deployment parameters.", "properties": { "uri": { "type": "string", "description": "The URI of the parameters file." }, "contentVersion": { "type": "string", "description": "The content version of the parameters." } } }