Skip to content

Commit

Permalink
Sample Org object added
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Oct 5, 2016
1 parent 7ce50d4 commit eec53ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions misp-core-format/raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,15 @@ The id is a human-readable identifier generated by the instance and used as refe

uuid, name and id are represented as a JSON string. uuid, name and id MUST be present.

#### Sample Org Object

~~~~
"Org": {
"id": "2",
"name": "CIRCL",
"uuid": "55f6ea5e-2c60-40e5-964f-47a8950d210f"
}
~~~~

### Orgc

Expand Down

0 comments on commit eec53ca

Please sign in to comment.