We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd5d10 commit a6ecb38Copy full SHA for a6ecb38
lessons/lesson-1.09/solution_definitions.yaml
@@ -42,7 +42,7 @@ Talk:
42
Talks:
43
type: array
44
items:
45
- $ref: "#/definitions/Talk"
+ $ref: "solution_definitions.yaml#/Talk"
46
Speaker:
47
type: object
48
required: [first-name, last-name]
@@ -69,7 +69,7 @@ Speaker:
69
Speakers:
70
71
72
- $ref: "#/definitions/Speaker"
+ $ref: "solution_definitions.yaml#/Speaker"
73
Error:
74
properties:
75
code:
0 commit comments