Skip to content

Instantly share code, notes, and snippets.

@acmiyaguchi
Created April 15, 2020 21:01
Show Gist options
  • Select an option

  • Save acmiyaguchi/c86d2be2f4399beab669b6be39f16487 to your computer and use it in GitHub Desktop.

Select an option

Save acmiyaguchi/c86d2be2f4399beab669b6be39f16487 to your computer and use it in GitHub Desktop.
{
"my_payload": "hello world"
}
{
"type": "pioneer-v2-study",
"id": "9dd86c52-a4b7-a24e-8fee-ee597ef17865",
"creationDate": "2020-04-15T20:13:08.928Z",
"version": 4,
"payload": {
"document_namespace": "pioneer-test-study",
"document_type": "study-ping-a",
"document_version": "1",
"encryptedPayload": "ewogICJteV9wYXlsb2FkIjogImhlbGxvIHdvcmxkIgp9Cg==",
}
}
{
"document_namespace": "pioneer-test-study",
"document_type": "study-ping-a",
"document_version": "1",
"my_payload": "hello world"
}
{
"type": "object",
"properties": {
"my_payload": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment