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