Created
April 15, 2020 21:01
-
-
Save acmiyaguchi/c86d2be2f4399beab669b6be39f16487 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "my_payload": "hello world" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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==", | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "document_namespace": "pioneer-test-study", | |
| "document_type": "study-ping-a", | |
| "document_version": "1", | |
| "my_payload": "hello world" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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