Structs§
Enums§
- Type
- This is the type of output you’d like.
string,number,integer,booleanare the primitive types and should be obvious.arrayandobjectare more interesting and quite powerful. They allow you to define nested structures. Forarray, you can define the schema of the items in the array using theitemsproperty. Forobject, you can define the properties of the object using thepropertiesproperty.