Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
datamodel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fs-ec
scicat
datamodel
Commits
5fda4e62
Commit
5fda4e62
authored
8 months ago
by
Anjali Aggarwal
Browse files
Options
Downloads
Patches
Plain Diff
has removed
parent
820233a1
No related branches found
No related tags found
1 merge request
!14
Resolve "pizza example"
Pipeline
#120009
failed
8 months ago
Stage: lint
Stage: validate
Stage: build-derivatives
Stage: build-docs
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Example/pizza.yaml
+4
-4
4 additions, 4 deletions
Example/pizza.yaml
Example/pizza_dataset.yaml
+10
-10
10 additions, 10 deletions
Example/pizza_dataset.yaml
test/dataset_from_scicat.yaml
+6614
-0
6614 additions, 0 deletions
test/dataset_from_scicat.yaml
with
6628 additions
and
14 deletions
Example/pizza.yaml
+
4
−
4
View file @
5fda4e62
...
@@ -45,7 +45,7 @@ classes:
...
@@ -45,7 +45,7 @@ classes:
range
:
string
range
:
string
title
:
title
:
range
:
string
range
:
string
has
Spiciness
:
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
has
Base
:
Base
:
inlined_as_list
:
true
inlined_as_list
:
true
range
:
PizzaBase
range
:
PizzaBase
multivalued
:
true
multivalued
:
true
has
Topping
:
Topping
:
inlined_as_list
:
true
inlined_as_list
:
true
range
:
PizzaTopping
range
:
PizzaTopping
multivalued
:
true
multivalued
:
true
has
CountryOfOrigin
:
CountryOfOrigin
:
inlined_as_list
:
true
inlined_as_list
:
true
range
:
Country
range
:
Country
multivalued
:
true
multivalued
:
true
...
...
This diff is collapsed.
Click to expand it.
Example/pizza_dataset.yaml
+
10
−
10
View file @
5fda4e62
...
@@ -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."
has
Base
:
Base
:
-
id
:
"
base1"
-
id
:
"
base1"
title
:
"
Thin
crust"
title
:
"
Thin
crust"
has
Topping
:
Topping
:
-
id
:
"
topping1"
-
id
:
"
topping1"
title
:
"
Mozzarella"
title
:
"
Mozzarella"
has
Spiciness
:
[
'
Hot'
,
Medium
,
'
Mild'
]
Spiciness
:
[
'
Hot'
,
Medium
,
'
Mild'
]
-
id
:
"
topping2"
-
id
:
"
topping2"
title
:
"
Tomato"
title
:
"
Tomato"
has
Spiciness
:
[]
Spiciness
:
[]
has
CountryOfOrigin
:
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."
has
Base
:
Base
:
-
id
:
"
base1"
-
id
:
"
base1"
title
:
"
Thin
crust"
title
:
"
Thin
crust"
has
Topping
:
Topping
:
-
id
:
"
topping1"
-
id
:
"
topping1"
title
:
"
Mozzarella"
title
:
"
Mozzarella"
has
Spiciness
:
[
'
Hot'
,
Medium
,
'
Mild'
]
Spiciness
:
[
'
Hot'
,
Medium
,
'
Mild'
]
-
id
:
"
topping2"
-
id
:
"
topping2"
title
:
"
Tomato"
title
:
"
Tomato"
has
Spiciness
:
[]
Spiciness
:
[]
has
CountryOfOrigin
:
CountryOfOrigin
:
-
id
:
"
country1"
-
id
:
"
country1"
title
:
"
Italy"
title
:
"
Italy"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
test/dataset_from_scicat.yaml
0 → 100644
+
6614
−
0
View file @
5fda4e62
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment