Skip to content

Commit

Permalink
revert bug from debugging accidently checked in..
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Jun 6, 2024
1 parent c95fbe4 commit 80b66ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _sources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"$ref": "#/$defs/oneOrMoreObjectref"
},
"entityType": {
"$ref": "#/$defs/EntityTypes"
"$ref": "#/$defs/oneOrMoreObjectref"
},
"has_provenance": {
"$ref": "#/$defs/Prov"
Expand Down Expand Up @@ -299,7 +299,7 @@
{
"properties": {
"provType": {
"$comment": "#/$defs/EntityTypes"
"$ref": "#/$defs/EntityTypes"
}
},
"required": [
Expand All @@ -309,7 +309,7 @@
{
"properties": {
"prov:type": {
"$comment": "#/$defs/EntityTypes"
"$ref": "#/$defs/EntityTypes"
}
},
"required": [
Expand All @@ -319,7 +319,7 @@
{
"properties": {
"type": {
"$comment": "#/$defs/EntityTypes"
"$ref": "#/$defs/EntityTypes"
}
},
"required": [
Expand Down Expand Up @@ -436,7 +436,7 @@
"$ref": "#/$defs/ActivityTypes"
},
"activityType": {
"$ref": "#/$defs/ActivityTypes"
"$ref": "#/$defs/oneOrMoreObjectref"
},
"prov:type": {
"$ref": "#/$defs/ActivityTypes"
Expand Down

0 comments on commit 80b66ed

Please sign in to comment.