Skip to content
Snippets Groups Projects
Commit 5fda4e62 authored by Anjali Aggarwal's avatar Anjali Aggarwal
Browse files

has removed

parent 820233a1
No related branches found
No related tags found
1 merge request!14Resolve "pizza example"
Pipeline #120009 failed
...@@ -45,7 +45,7 @@ classes: ...@@ -45,7 +45,7 @@ classes:
range: string range: string
title: title:
range: string range: string
hasSpiciness: Spiciness:
inlined_as_list: true inlined_as_list: true
range: SpicinessLevel range: SpicinessLevel
multivalued: true multivalued: true
...@@ -62,15 +62,15 @@ classes: ...@@ -62,15 +62,15 @@ classes:
required: true required: true
description: description:
range: string range: string
hasBase: Base:
inlined_as_list: true inlined_as_list: true
range: PizzaBase range: PizzaBase
multivalued: true multivalued: true
hasTopping: Topping:
inlined_as_list: true inlined_as_list: true
range: PizzaTopping range: PizzaTopping
multivalued: true multivalued: true
hasCountryOfOrigin: CountryOfOrigin:
inlined_as_list: true inlined_as_list: true
range: Country range: Country
multivalued: true multivalued: true
......
...@@ -2,32 +2,32 @@ pizzas: ...@@ -2,32 +2,32 @@ pizzas:
- id: "pizza1" - id: "pizza1"
title: "Margherita" title: "Margherita"
description: "Classic Margherita pizza with tomato, mozzarella, and basil." description: "Classic Margherita pizza with tomato, mozzarella, and basil."
hasBase: Base:
- id: "base1" - id: "base1"
title: "Thin crust" title: "Thin crust"
hasTopping: Topping:
- id: "topping1" - id: "topping1"
title: "Mozzarella" title: "Mozzarella"
hasSpiciness: ['Hot',Medium,'Mild'] Spiciness: ['Hot',Medium,'Mild']
- id: "topping2" - id: "topping2"
title: "Tomato" title: "Tomato"
hasSpiciness: [] Spiciness: []
hasCountryOfOrigin: CountryOfOrigin:
- id: "country1" - id: "country1"
title: "Italy" title: "Italy"
- id: "pizza2" - id: "pizza2"
title: "Fungi" title: "Fungi"
description: "Classic Fungi pizza with tomato, mozzarella, and Fungi." description: "Classic Fungi pizza with tomato, mozzarella, and Fungi."
hasBase: Base:
- id: "base1" - id: "base1"
title: "Thin crust" title: "Thin crust"
hasTopping: Topping:
- id: "topping1" - id: "topping1"
title: "Mozzarella" title: "Mozzarella"
hasSpiciness: ['Hot',Medium,'Mild'] Spiciness: ['Hot',Medium,'Mild']
- id: "topping2" - id: "topping2"
title: "Tomato" title: "Tomato"
hasSpiciness: [] Spiciness: []
hasCountryOfOrigin: CountryOfOrigin:
- id: "country1" - id: "country1"
title: "Italy" title: "Italy"
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment