-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require data.spec only on certain data types (#366)
* Require data.spec only on certain data types * linting * improve test * linting * include test for table object * remove unnecessary allOf
- Loading branch information
1 parent
b2b909c
commit 7d2a709
Showing
3 changed files
with
126 additions
and
1 deletion.
There are no files selected for viewing
71 changes: 71 additions & 0 deletions
71
schema/definitions/0.8.0/examples/dictionary_parameters.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
$schema: "https://main-fmu-schemas-prod.radix.equinor.com/schemas/0.8.0/fmu_results.json" | ||
version: "0.8.0" | ||
source: "fmu" | ||
tracklog: | ||
- datetime: "2023-09-07T07:39:33.291683" | ||
user: | ||
id: "adnj" | ||
event: "created" | ||
class: "dictionary" | ||
fmu: | ||
model: | ||
name: "ff" | ||
revision: "undefined" | ||
context: | ||
stage: "realization" | ||
case: | ||
name: "adnj_drogon_parameters_test" | ||
uuid: "0db864d3-ac25-4e0f-9195-36fd524e0840" | ||
user: | ||
id: "adnj" | ||
iteration: | ||
id: 0 | ||
uuid: "dad9a25a-3ad0-0f0a-08f2-c6fe8aae4c45" | ||
name: "iter-0" | ||
realization: | ||
id: 0 | ||
uuid: "28274007-fd40-29c4-c6ef-10e2414ccdcd" | ||
name: "realization-0" | ||
file: | ||
relative_path: "realization-0/iter-0/share/results/dictionaries/parameters.json" | ||
absolute_path: "/scratch/fmu/adnj/adnj_drogon_parameters_test/realization-0/iter-0/share/results/dictionaries/parameters.json" | ||
checksum_md5: "ebbf160256cc2cf2011ed2fb6ac13f85" | ||
data: | ||
name: "parameters" | ||
stratigraphic: false | ||
content: "parameters" | ||
tagname: "" | ||
format: "json" | ||
layout: "dictionary" | ||
unit: "" | ||
vertical_domain: "depth" | ||
depth_reference: "msl" | ||
undef_is_zero: false | ||
is_prediction: true | ||
is_observation: false | ||
display: | ||
name: "parameters" | ||
access: | ||
asset: | ||
name: "Drogon" | ||
ssdl: | ||
access_level: "internal" | ||
rep_include: false | ||
classification: "internal" | ||
masterdata: | ||
smda: | ||
country: | ||
- identifier: "Norway" | ||
uuid: "ad214d85-8a1d-19da-e053-c918a4889309" | ||
discovery: | ||
- short_identifier: "DROGON" | ||
uuid: "ad214d85-8a1d-19da-e053-c918a4889309" | ||
field: | ||
- identifier: "DROGON" | ||
uuid: "00000000-0000-0000-0000-000000000000" | ||
coordinate_system: | ||
identifier: "ST_WGS84_UTM37N_P32637" | ||
uuid: "ad214d85-dac7-19da-e053-c918a4889309" | ||
stratigraphic_column: | ||
identifier: "DROGON_HAS_NO_STRATCOLUMN" | ||
uuid: "00000000-0000-0000-0000-000000000000" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters