Skip to content

Commit

Permalink
chore: has_consistency_check
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Nov 26, 2024
1 parent 9a5989c commit 1a24dc4
Show file tree
Hide file tree
Showing 54 changed files with 19 additions and 9,919 deletions.
42 changes: 0 additions & 42 deletions dist/js/schema/in_memory_entity/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,6 @@
"systemName": {
"type": "string"
},
"consistencyChecks": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "consistency check",
"type": "object",
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"required": [
"key",
"name",
"severity",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'"
},
"name": {
"type": "string",
"enum": [
"default",
"atomsTooClose",
"atomsOverlap"
],
"description": "Name of the consistency check that is performed, which is listed in an enum."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"description": "Severity level of the problem, which is used in UI to differentiate."
},
"message": {
"type": "string",
"description": "Message generated by the consistency check describing the problem."
}
}
}
},
"schemaVersion": {
"description": "entity's schema version. Used to distinct between different schemas.",
"type": "string",
Expand Down
42 changes: 0 additions & 42 deletions dist/js/schema/in_memory_entity/defaultable.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,6 @@
"systemName": {
"type": "string"
},
"consistencyChecks": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "consistency check",
"type": "object",
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"required": [
"key",
"name",
"severity",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'"
},
"name": {
"type": "string",
"enum": [
"default",
"atomsTooClose",
"atomsOverlap"
],
"description": "Name of the consistency check that is performed, which is listed in an enum."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"description": "Severity level of the problem, which is used in UI to differentiate."
},
"message": {
"type": "string",
"description": "Message generated by the consistency check describing the problem."
}
}
}
},
"schemaVersion": {
"description": "entity's schema version. Used to distinct between different schemas.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,48 +58,6 @@
"systemName": {
"type": "string"
},
"consistencyChecks": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "consistency check",
"type": "object",
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"required": [
"key",
"name",
"severity",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'"
},
"name": {
"type": "string",
"enum": [
"default",
"atomsTooClose",
"atomsOverlap"
],
"description": "Name of the consistency check that is performed, which is listed in an enum."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"description": "Severity level of the problem, which is used in UI to differentiate."
},
"message": {
"type": "string",
"description": "Message generated by the consistency check describing the problem."
}
}
}
},
"schemaVersion": {
"description": "entity's schema version. Used to distinct between different schemas.",
"type": "string",
Expand Down
42 changes: 0 additions & 42 deletions dist/js/schema/in_memory_entity/named.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,6 @@
"systemName": {
"type": "string"
},
"consistencyChecks": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "consistency check",
"type": "object",
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"required": [
"key",
"name",
"severity",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'"
},
"name": {
"type": "string",
"enum": [
"default",
"atomsTooClose",
"atomsOverlap"
],
"description": "Name of the consistency check that is performed, which is listed in an enum."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"description": "Severity level of the problem, which is used in UI to differentiate."
},
"message": {
"type": "string",
"description": "Message generated by the consistency check describing the problem."
}
}
}
},
"schemaVersion": {
"description": "entity's schema version. Used to distinct between different schemas.",
"type": "string",
Expand Down
42 changes: 0 additions & 42 deletions dist/js/schema/in_memory_entity/named_defaultable.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,6 @@
"systemName": {
"type": "string"
},
"consistencyChecks": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "consistency check",
"type": "object",
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"required": [
"key",
"name",
"severity",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'"
},
"name": {
"type": "string",
"enum": [
"default",
"atomsTooClose",
"atomsOverlap"
],
"description": "Name of the consistency check that is performed, which is listed in an enum."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"description": "Severity level of the problem, which is used in UI to differentiate."
},
"message": {
"type": "string",
"description": "Message generated by the consistency check describing the problem."
}
}
}
},
"schemaVersion": {
"description": "entity's schema version. Used to distinct between different schemas.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,6 @@
"systemName": {
"type": "string"
},
"consistencyChecks": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "consistency check",
"type": "object",
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"required": [
"key",
"name",
"severity",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'"
},
"name": {
"type": "string",
"enum": [
"default",
"atomsTooClose",
"atomsOverlap"
],
"description": "Name of the consistency check that is performed, which is listed in an enum."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"description": "Severity level of the problem, which is used in UI to differentiate."
},
"message": {
"type": "string",
"description": "Message generated by the consistency check describing the problem."
}
}
}
},
"schemaVersion": {
"description": "entity's schema version. Used to distinct between different schemas.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,6 @@
"systemName": {
"type": "string"
},
"consistencyChecks": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "consistency check",
"type": "object",
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"required": [
"key",
"name",
"severity",
"message"
],
"properties": {
"key": {
"type": "string",
"description": "Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'"
},
"name": {
"type": "string",
"enum": [
"default",
"atomsTooClose",
"atomsOverlap"
],
"description": "Name of the consistency check that is performed, which is listed in an enum."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"description": "Severity level of the problem, which is used in UI to differentiate."
},
"message": {
"type": "string",
"description": "Message generated by the consistency check describing the problem."
}
}
}
},
"schemaVersion": {
"description": "entity's schema version. Used to distinct between different schemas.",
"type": "string",
Expand Down
Loading

0 comments on commit 1a24dc4

Please sign in to comment.