@@ -237,6 +237,15 @@ module.exports = {
237237 }
238238 } )
239239 } ,
240+ Note : {
241+ type : 'object' ,
242+ properties : merge ( ExtensibleDataProperties , {
243+ lang : { type : 'string' } ,
244+ subject : { type : 'string' } ,
245+ text : { type : 'string' } ,
246+ attribution : { $ref : '/#definitions/Attribution' }
247+ } )
248+ } ,
240249 OnlineAccount : {
241250 type : 'object' ,
242251 properties : merge ( ExtensibleDataProperties , {
@@ -321,7 +330,7 @@ module.exports = {
321330 mediator : { $ref : '#/definitions/ResourceReference' } ,
322331 sources : {
323332 type : 'array' ,
324- items : { $ref : 'SourceReference' }
333+ items : { $ref : '#/definitions/ SourceReference' }
325334 } ,
326335 analysis : { $ref : '#/definitions/ResourceReference' } ,
327336 componentOf : { $ref : '#/definitions/ResourceReference' } ,
@@ -343,7 +352,7 @@ module.exports = {
343352 type : 'array' ,
344353 items : { $ref : '#/definitions/TextValue' }
345354 } ,
346- identifiers : { $ref : '#/definitions/Identifiers ' } ,
355+ identifiers : { $ref : '#/definitions/Identifier ' } ,
347356 created : { type : 'integer' } ,
348357 modified : { type : 'integer' } ,
349358 repository : { $ref : '#/definitions/ResourceReference' }
0 commit comments