Hello, I need help to create a json schema.

Hello, good morning, I am putting together a json schema, which has two variables, one is animal, in which are the types of animals (dogs, cats, birds, etc.)
and the other variable is race, in which the breeds of dogs and cats, etc. will appear.

The breed of the animal depends on the type of animal that I choose, for example, if I choose the type of animal, dog, all dog breeds have to appear.

thank you so much

Hi @tadeoandres,

For the basics of JSON Schema I can recommend the E-Book “Understanding JSON Schema”.

This community is about JSON Forms, a framework for rendering JSON Schema based forms. Let me know if you have any JSON Forms specific questions.