removedInput schema / properties / example_limit
Removed value: -{
- "description": "Maximum nearby examples to include (default 1, max 3, 0 falls back to default)",
- "type": [
- "null",
- "integer"
- ]
-}
removedInput schema / properties / include_examples
Removed value: -{
- "description": "Include nearby commented YAML examples for the selected path (requires path to be set)",
- "type": [
- "null",
- "boolean"
- ]
-}
removedOutput schema / properties / examples
Removed value: -{
- "description": "Nearby commented YAML examples, if include_examples=true and examples are found",
- "items": {
- "additionalProperties": false,
- "properties": {
- "confidence": {
- "description": "Confidence that the commented block is a usable example",
- "type": "string"
- },
- "source": {
- "description": "Where the example was found",
- "type": "string"
- },
- "yaml": {
- "description": "Example YAML",
- "type": "string"
- }
- },
- "required": [
- "yaml",
- "source",
- "confidence"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
-}
removedOutput schema / properties / parse_warning
Removed value: -{
- "description": "Set when the YAML parser failed on this chart's values.yaml. The 'values' field then contains raw bytes (possibly truncated) and path/depth/include_examples/include_schema were not applied",
- "type": "string"
-}
removedOutput schema / properties / schema_warning
Removed value: -{
- "description": "Set when include_schema=true but the schema could not be retrieved; absence of this field with empty schema means the chart has no schema",
- "type": "string"
-}