CaseMetadata

Tracklog

The tracklog block contains a record of events recorded on these data.

Masterdata

The masterdata block contains information related to masterdata.

Access

The access block contains information related to access control for this data object.

FMUBase

The fmu block contains all attributes specific to FMU.

pydantic model CaseMetadata[source]

The FMU metadata model for an FMU case.

A case represent a set of iterations that belong together, either by being part of the same run (i.e. history matching) or by being placed together by the user, corresponding to /scratch/<asset>/<user>/<my case name>/.

Fields:
field class_: Literal[FMUClass.case] [Required] (alias 'class')

The class of this metadata object. In this case, always an FMU case.

field fmu: FMUBase [Required]

The fmu block contains all attributes specific to FMU. See FMUBase.

field access: Access [Required]

The access block contains information related to access control for this data object. See Access.

field masterdata: Masterdata [Required]

The masterdata block contains information related to masterdata. See Masterdata.

field tracklog: Tracklog [Required]

The tracklog block contains a record of events recorded on these data. See Tracklog.

field source: str = 'fmu'

The source of this data. Defaults to ‘fmu’.

field version: VersionStr = '0.9.0'

The version of the schema that generated this data.

Constraints:
  • pattern = ^(0|[1-9]d*).(0|[1-9]d*).(0|[1-9]d*)

field schema_: AnyHttpUrl [Optional] (alias '$schema')

The url of the schema that generated this data.