{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://raw.githubusercontent.com/truecharts/library-charts/schema-work/library/common/values.schema.json", "type": "object", "properties": { "global": { "type": "object", "properties": { "annotations": { "$ref": "schemas/definitions.json#/annotations" }, "nameOverride": { "type": ["string", "null"] }, "fullnameOverride": { "type": ["string", "null"] }, "labels": { "$ref": "schemas/definitions.json#/labels" } } }, "service": { "additionalProperties": { "$ref": "schemas/service.json#/instance" } } } }