Resolve JSON-LD context
Returns the context of a JSON-LD credential.
This is a cached entity.
Function
- React Native
- iOS
- Android
resolveJsonldContext(url: string): Promise<ResolveJsonLdContextResponse>
func resolveJsonldContext(url: String) throws -> ResolveJsonLdContextResponseBindingDto
fun `resolveJsonldContext`(`url`: kotlin.String): ResolveJsonLdContextResponseBindingDto
Parameters
url
- The URL referencing a JSON-LD context, from the@context
field of a JSON-LD credential.
Return value
The JSON-LD context is returned, as string.