We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3630a57 + 54cfb1a commit 26e9c79Copy full SHA for 26e9c79
1 file changed
index.js
@@ -318,7 +318,7 @@ module.exports = {
318
lang: { type: 'string' },
319
subject: { type: 'string' },
320
text: { type: 'string' },
321
- attribution: { $ref: '/#definitions/Attribution' }
+ attribution: { $ref: '#/definitions/Attribution' }
322
}
323
},
324
OnlineAccount: {
@@ -832,4 +832,4 @@ module.exports = {
832
833
834
835
-};
+};
0 commit comments