Skip to content
Snippets Groups Projects
Commit e4a26baf authored by Mark Chance's avatar Mark Chance Committed by Chad Leong
Browse files

Set schema version on kind

(cherry picked from commit dec1dcd3)
parent e44edade
No related branches found
No related tags found
1 merge request!703Cherry-pick 'Fix parsing string arrays' into release/0.25
[{
"id": "tenant1:reference-data--IndexPropertyPathConfiguration:index-property--WellLog:1.",
"id": "tenant1:reference-data--IndexPropertyPathConfiguration:index-property--WellLog:1.0.0",
"data": {
"Name": "WellLogIndex-PropertyPathConfiguration",
"Description": "The index property list for WellLog:1., valid for all WellLog kinds for major version 1.",
"Code": "test:indexer:index-property--WellLog:1.",
"Code": "test:indexer:index-property--WellLog:1.0.0",
"AttributionAuthority": "OSDU",
"Configurations": [{
"Name": "WellboreName",
......@@ -11,7 +11,7 @@
"Paths": [{
"RelatedObjectsSpec": {
"RelationshipDirection": "ChildToParent",
"RelatedObjectKind": "test:indexer:index-property--Wellbore:1.",
"RelatedObjectKind": "test:indexer:index-property--Wellbore:1.0.0",
"RelatedObjectID": "data.WellboreID"
},
"ValueExtraction": {
......@@ -26,7 +26,7 @@
"Paths": [{
"RelatedObjectsSpec": {
"RelationshipDirection": "ChildToParent",
"RelatedObjectKind": "test:indexer:index-property--Wellbore:1.",
"RelatedObjectKind": "test:indexer:index-property--Wellbore:1.0.0",
"RelatedObjectID": "data.WellboreID"
},
"ValueExtraction": {
......@@ -39,11 +39,11 @@
]
}
}, {
"id": "tenant1:reference-data--IndexPropertyPathConfiguration:index-property--Wellbore:1.",
"id": "tenant1:reference-data--IndexPropertyPathConfiguration:index-property--Wellbore:1.0.0",
"data": {
"Name": "Wellbore-IndexPropertyPathConfiguration",
"Description": "The index property list for index-property--Wellbore:1., valid for all index-property--Wellbore kinds for major version 1.",
"Code": "test:indexer:index-property--Wellbore:1.",
"Description": "The index property list for index-property--Wellbore:1.0.0, valid for all index-property--Wellbore kinds for major version 1.",
"Code": "test:indexer:index-property--Wellbore:1.0.0",
"AttributionAuthority": "OSDU",
"Configurations": [{
"Name": "WellUWI",
......
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