|
|
|
|
|
by moonforeshot
3306 days ago
|
|
hope graphql would provide some standard for defining schemas with schema.org vocabulary... graphql can be designed to incorporate most of json-ld specs (and hydra too)... Then everyone can benefit because it's machine-friendly-annotated data everywhere :) |
|
The other idea I had is that it may help with transforming payloads from their serialized format into a static type system like TypeScript. It could be nice to have a system that can see an incoming response, validate the type using JSON-LD, and construct an instance of that object with it. It can be done without JSON-LD, but it may be useful.