atomic_lib 0.40.0

Library for creating, storing, querying, validating and converting Atomic Data.
Documentation
[
  {
    "@id": "https://atomicdata.dev/properties/messages",
    "https://atomicdata.dev/properties/classtype": "https://atomicdata.dev/classes/Message",
    "https://atomicdata.dev/properties/datatype": "https://atomicdata.dev/datatypes/resourceArray",
    "https://atomicdata.dev/properties/description": "The messages in the ChatRoom. This list depends on the other query parameters passed to the ChatRoom resource. By default, only the most recent messages are in this array.",
    "https://atomicdata.dev/properties/isA": [
      "https://atomicdata.dev/classes/Property"
    ],
    "https://atomicdata.dev/properties/isDynamic": true,
    "https://atomicdata.dev/properties/parent": "https://atomicdata.dev/properties",
    "https://atomicdata.dev/properties/shortname": "messages"
  },
  {
    "@id": "https://atomicdata.dev/properties/nextPage",
    "https://atomicdata.dev/properties/datatype": "https://atomicdata.dev/datatypes/atomicURL",
    "https://atomicdata.dev/properties/description": "Link to the next page in a collection",
    "https://atomicdata.dev/properties/isA": [
      "https://atomicdata.dev/classes/Property"
    ],
    "https://atomicdata.dev/properties/isDynamic": true,
    "https://atomicdata.dev/properties/parent": "https://atomicdata.dev/properties",
    "https://atomicdata.dev/properties/shortname": "next-page"
  },
  {
    "@id": "https://atomicdata.dev/properties/replyTo",
    "https://atomicdata.dev/properties/classtype": "https://atomicdata.dev/classes/Message",
    "https://atomicdata.dev/properties/datatype": "https://atomicdata.dev/datatypes/atomicURL",
    "https://atomicdata.dev/properties/description": "To which message this is responding.",
    "https://atomicdata.dev/properties/isA": [
      "https://atomicdata.dev/classes/Property"
    ],
    "https://atomicdata.dev/properties/parent": "https://atomicdata.dev/properties",
    "https://atomicdata.dev/properties/shortname": "reply-to"
  },
  {
    "@id": "https://atomicdata.dev/classes/ChatRoom",
    "https://atomicdata.dev/properties/description": "A place where users can post and view chat messages. The `messages` are calculated upon requesting the ChatRoom.\n\nYou can post [`Messages`](https://atomicdata.dev/classes/Message) in them by creating a Commit for the Message, and setting the [`parent`](https://atomicdata.dev/properties/parent) of the `Message` to the `ChatRoom`.",
    "https://atomicdata.dev/properties/isA": [
      "https://atomicdata.dev/classes/Class"
    ],
    "https://atomicdata.dev/properties/parent": "https://atomicdata.dev/classes",
    "https://atomicdata.dev/properties/recommends": [
      "https://atomicdata.dev/properties/messages"
    ],
    "https://atomicdata.dev/properties/requires": [
      "https://atomicdata.dev/properties/name"
    ],
    "https://atomicdata.dev/properties/shortname": "chatroom"
  },
  {
    "@id": "https://atomicdata.dev/classes/Message",
    "https://atomicdata.dev/properties/description": "A single Chat Message, usually in a ChatRoom.\n\nInformation about its creator, and created data can be found using `last-commit`.",
    "https://atomicdata.dev/properties/isA": [
      "https://atomicdata.dev/classes/Class"
    ],
    "https://atomicdata.dev/properties/parent": "https://atomicdata.dev/classes",
    "https://atomicdata.dev/properties/requires": [
      "https://atomicdata.dev/properties/description",
      "https://atomicdata.dev/properties/parent"
    ],
    "https://atomicdata.dev/properties/shortname": "message"
  }
]