MCPcopy Create free account
hub / github.com/docker/docker-language-server / schemaProperties

Function schemaProperties

internal/compose/schema.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func schemaProperties() map[string]*jsonschema.Schema {
35 return composeSchema.Properties
36}
37
38func nodeProperties(nodes []*ast.MappingValueNode, line, column int) ([]*ast.MappingValueNode, any, bool) {
39 if composeSchema != nil && slices.Contains(composeSchema.Types.ToStrings(), "object") && composeSchema.Properties != nil {

Callers 2

createTopLevelItemsFunction · 0.85
CompletionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected