GetCurrentSchemaVersion returns the current schema URL from constants
()
| 45 | |
| 46 | // GetCurrentSchemaVersion returns the current schema URL from constants |
| 47 | func GetCurrentSchemaVersion() (string, error) { |
| 48 | return model.CurrentSchemaURL, nil |
| 49 | } |
| 50 | |
| 51 | // validateServerJSONSchema validates the server JSON against the schema version specified in $schema using jsonschema |
| 52 | // Empty/missing schema always produces an error. |
no outgoing calls
no test coverage detected
searching dependent graphs…