The Schema (DDD)
In a Doman Driven Design the most important part is to well define the boundaries and the structure of your data.
Gemini provides a lot of different data types, from primitive ones (strings, numbers, etc...) to complex ones like nested objects, arrays, references (foreign keys), enumerators and so on.
Last updated