MCPcopy Create free account
hub / github.com/dropbox/dbxcli / commandInputPropertyFormat

Function commandInputPropertyFormat

cmd/help_input_schema.go:151–162  ·  view source on GitHub ↗
(valueKind string)

Source from the content-addressed store, hash-verified

149}
150
151func commandInputPropertyFormat(valueKind string) string {
152 switch valueKind {
153 case "email":
154 return "email"
155 case "rfc3339_timestamp":
156 return "date-time"
157 case "url":
158 return "uri"
159 default:
160 return ""
161 }
162}
163
164func commandInputFlagDefault(flag jsonCommandFlag, propertyType string) (any, bool) {
165 if flag.Default == "" {

Callers 1

commandInputSchemaForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected