Dl/DataType: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 74: Line 74:
{"$ref": "#/$defs/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"} references a type with id of "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
{"$ref": "#/$defs/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"} references a type with id of "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
</nowiki></pre>
</nowiki></pre>
</div>
</div>
<p></p>
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview">Possible extension of the JSON schema to support more primitive types</div>
<div class="mw-collapsible-content">
JSON Schema only support very few primitive types, such as string, number, int, etc. However, many system support more primitive types than JSON, for example, parquet file can have "timestamp" columns, however, "timestamp" is not supported by JSON Schema specifications. We will add more common primitive types to extend JSON schema specification to fits into many of the DataLake use cases.
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 05:28, 23 August 2023

Data Lake Knowledge Center | Models

Introduction

Considerations