Using combinations
Last updated: 9/21/2026
Create a data type based on a combination of other data types.
- Click Create new in the top-right corner.
- Click Data type.
- Enter a Name for your data type, Dog
for example.
- To add your properties manually, click Edit next to your
newly created data type.
- In Type, select one of the available combinations:
allOf, oneOf, or anyOf.
The not combination is not supported.
- In Data types, add as many data types as necessary.
- Optional: You can add examples and other properties.
- Click Save.
In this example, the
Dog data types contains all the
properties contained in the
Pet data type, as well as some
properties specific to dogs.
