Closed qwerdenkerXD closed 1 year ago
Defining data models with attribute descriptions like
"attributes" : { "title" : {"type":"String", "description": "The book's title"}, "publisher_id": "Int" },
cause errors because some methods expect a type-string instead of an object.
Defining data models with attribute descriptions like
cause errors because some methods expect a type-string instead of an object.