Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Created June 1, 2018 16:08
Show Gist options
  • Save samuelgoto/529f8ce235c91088abe74c83f96a729c to your computer and use it in GitHub Desktop.
Save samuelgoto/529f8ce235c91088abe74c83f96a729c to your computer and use it in GitHub Desktop.

JSON-LD encapsulation of forms:

{
  @context: "https://example.com",
  @type: MyType,
  action: {
    @context: "https://w3c.org/2018/forms",
    @type: Form,
    ...
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment