You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[{'json': {u'$schema': u'http://json-schema.org/draft-03/schema', u'type': u'object', u'properties': {u'album_type': {u'type': u'string', u'description': u"The type of the album: one of 'album', 'single', or 'compilation'."}, u'artists': {u'items': [Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/jsonref.py", line 212, in repr
return repr(self.subject)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 131, in getattribute
return _oga(self, attr)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 209, in subject
self.cache = super(LazyProxy, self).subject
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 195, in subject
return self.callback()
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/jsonref.py", line 165, in callback
self._error("%s: %s" % (e.class.name, unicode(e)), cause=e)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/jsonref.py", line 207, in _error
cause=cause
jsonref.JsonRefError
The text was updated successfully, but these errors were encountered:
RAML FILE:
schemas:
#%RAML 0.8
title: Temperature
version: v1.1.0-20160519
baseUri: http://localhost:80/
schemas:
temperature.json FILE:
{
"id" : "......."
"title" : "........"
"$ref": "core.json#"
}
error:
[{'json': {u'$schema': u'http://json-schema.org/draft-03/schema', u'type': u'object', u'properties': {u'album_type': {u'type': u'string', u'description': u"The type of the album: one of 'album', 'single', or 'compilation'."}, u'artists': {u'items': [Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/jsonref.py", line 212, in repr
return repr(self.subject)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 131, in getattribute
return _oga(self, attr)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 209, in subject
self.cache = super(LazyProxy, self).subject
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 195, in subject
return self.callback()
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/jsonref.py", line 165, in callback
self._error("%s: %s" % (e.class.name, unicode(e)), cause=e)
File "/usr/local/lib/python2.7/dist-packages/proxytypes.py", line 91, in wrapper
return method(self, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/jsonref.py", line 207, in _error
cause=cause
jsonref.JsonRefError
The text was updated successfully, but these errors were encountered: