Skip to content
Snippets Groups Projects
Commit ebde6f0e authored by Jonas Schlabertz's avatar Jonas Schlabertz
Browse files

Another test for fair metrics.

parent 8975c17a
Branches
No related tags found
No related merge requests found
Pipeline #155221 passed
...@@ -121,7 +121,7 @@ export default class Measurement { ...@@ -121,7 +121,7 @@ export default class Measurement {
"@context": ContextDefinitions.measurement(this.valueType.context, this.metadataType?.context), "@context": ContextDefinitions.measurement(this.valueType.context, this.metadataType?.context),
"identifier": { "@id": `${config.baseURL}/measurement/${this.id.toString()}` }, "identifier": { "@id": `${config.baseURL}/measurement/${this.id.toString()}` },
"dateCreated": this.dateCreated.toISOString(), "dateCreated": this.dateCreated.toISOString(),
"License": this.license, "License": { "@id": this.license },
"value": this.value "value": this.value
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment