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
Due to the "very unconventional" ways of ALI being used in JSON differing from how it works with XML, we needed to implement a Ali::Container class to contain the ALI JSON object.
The usages are rather strange as demonstrated below.
We need to provide proper JSON specs for FreeToRead and LicenseRef. (right now the JSON specs fail because all the examples are wrapped by a container)
Handle the above mentioned cases of "unconventional" usages.
The text was updated successfully, but these errors were encountered:
Due to the "very unconventional" ways of ALI being used in JSON differing from how it works with XML, we needed to implement a
Ali::Container
class to contain the ALI JSON object.The usages are rather strange as demonstrated below.
FreeToRead
FreeToRead can be an object or a Boolean.
spec/fixtures/json/spec_example_1.json
spec/fixtures/json/spec_example_1.json
LicenseRef
LicenseRef can be just a URI, one instance, or multiple instances:
spec/fixtures/json/spec_example_3.json
spec/fixtures/json/spec_example_4.json
spec/fixtures/json/spec_example_6.json
TODO
The text was updated successfully, but these errors were encountered: