Skip to content

Standard message format - #27

Open
TTycho wants to merge 9 commits into
uforia:mainfrom
TTycho:Standard_message_format
Open

Standard message format#27
TTycho wants to merge 9 commits into
uforia:mainfrom
TTycho:Standard_message_format

Conversation

@TTycho

@TTycho TTycho commented Jan 12, 2024

Copy link
Copy Markdown
Contributor

This is an idea for a more standarized message format. It is just a PoC right now.

{
    "source":"provider",
    "responses": [
        {
            "paragraph":"subtitle",
            "preamble":"introduction to source",
            "data": [
                {"category":"category", "datapoint":"datapoint", "stixtype":"ipv4-addr", "value":"value"},
                {"category":"category", "datapoint":"datapoint", "value":"value"}
            ]
        }
    ]
}

Converts to a message text and possibly an attachment.
The text can have multiple paragraph with a short introduction. This can also be ommitted

@TTycho

TTycho commented Feb 2, 2024

Copy link
Copy Markdown
Contributor Author

This should probably be something with objects.

@spierenburg

Copy link
Copy Markdown
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants