visch
06/04/2021, 1:45 PM{
"multipleOf": 1e-38,
"type": [
"null",
"number"
]
}
A typehint added from the schema of oracle (catalog file oracle takes in has it as well)? like
{"multipleOf": 1e-38, "type": ["null", "number"], sourceType:"oracle_FLOAT"}
My target would need specific mappings, and this is ugly but it works. Want to see if there's something out there first!visch
06/04/2021, 1:46 PMvisch
06/04/2021, 1:46 PMvisch
06/04/2021, 8:05 PM"exclusiveMinimum": true, "exclusiveMaximum": true,
comes from in the schemas? Is this just made up per source?
Looks like a convention from Singer? Is it documented?visch
06/04/2021, 8:06 PM