Skip to content

Commit

Permalink
fix(schedule-json-schema): drop answers, will be replaced by custom f…
Browse files Browse the repository at this point in the history
…ield in future #145
  • Loading branch information
saerdnaer committed Dec 23, 2024
1 parent dc3b37f commit 41a1df6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions validator/json/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
]
},
"language": {
"type": "string",
"type": ["string", "null"],
"examples": ["en", "de", "cs", "ab"]
},
"abstract": {
Expand Down Expand Up @@ -305,13 +305,8 @@
"items": {
"$ref": "#/definitions/Reference"
}
},
"answers": {
"type": "array",
"items": {},
"$ref": "https://c3voc.de/schedule/submission#/definitions/Answers"
}
},
},
"required": [
"abstract",
"date",
Expand Down Expand Up @@ -419,10 +414,6 @@
},
"biography": {
"type": ["string", "null"]
},
"answers": {
"type": "array",
"items": {}
}
},
"required": ["name"]
Expand Down

0 comments on commit 41a1df6

Please sign in to comment.