Skip to main content

Distroid: Serializing Sensemaking Marker Schema in JSON

Published onApr 12, 2024
Distroid: Serializing Sensemaking Marker Schema in JSON
·

This pub covers our early work on serializing the sense-making marker schema in JSON.

For this article, we attempted to serialize the Evergreen sensemaking marker as a JSON object.

You can find our current schema for the sensemaking markers in the embed below.

Data Dictionary for the Sensemaking Marker Registry table.

We formatted the JSON object with JSON Formatter.

Please send us your feedback (improvements, errors, general comments, etc.) by leaving a comment on PubPub or Hypothesis (public channel), or sending an email to [email protected].

Evergreen Sensemaking Marker in JSON

{
  "marker": {
    "name": "Evergreen",
    "representation": {
      "html": "NaN",
      "emoji": "NaN",
      "question": "How evergreen is this work?"
    },
    "brief_description": "Knowledge that is applicable regardless of time or location",
    "sensemaking": "Whether the content is evergreen or not, and the  evergreen quality of the content.\n",
    "work": {
      "level": "NaN"
    },
    "assessment": {
      "type": "Likert Scale",
      "values": [
        "1",
        "2",
        "3",
        "4",
        "5"
      ],
      "translation": {
        "textToNumeric": "```\n{\n  \"Very Evergreen\": 5,\n  \"Evergreen\": 4,\n  \"Neutral\": 3,\n  \"Not Evergreen\": 2,\n  \"Not Very Evergreen\": 1\n}\n```\n"
      }
    },
    "order": {
      "exist": "True",
      "direction": "Descending"
    },
    "context": [
      "Any"
    ],
    "role": [
      "User"
    ],
    "justification": {
      "required": "NaN"
    },
    "algorithms": ["NaN"]
  },
  "provenance": {
    "author": [
      "Charles Adjovu"
    ],
    "created": "2023-11-24",
    "lastModified": "2024-03-10",
    "id": "recQydp1xdawlacYJ",
    "references": "NaN",
    "notes": "```\n{\n  \"Very Evergreen\": 5,\n  \"Evergreen\": 4,\n  \"Neutral\": 3,\n  \"Not Evergreen\": 2,\n  \"Not Very Evergreen\": 1\n}\n```\n",
    "statusOfficial": "Piloting",
    "version": "0.1",
    "family": [
      "Distroid Sense-makers"
    ]
  }
}

You can also access the JSON object in the file below.

Comments
0
comment
No comments here
Why not start the discussion?