1
0
mirror of synced 2026-01-12 15:02:16 -05:00

FIx schema for required properties (#4379)

Co-authored-by: Fred Reimer <freimer@presidio.com>
This commit is contained in:
Fred Reimer
2021-06-28 12:42:45 -04:00
committed by GitHub
parent 8ebc3dc73b
commit 008b79fbb9

View File

@@ -17,7 +17,7 @@ Given that we'll pulling currency data for our example source, we'll define the
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Python Http Tutorial Spec",
"type": "object",
"required": ["start_date", "currency_base"],
"required": ["start_date", "base"],
"additionalProperties": false,
"properties": {
"start_date": {