GraffitiObject: GraffitiObjectBase & FromSchema<
    Schema & typeof GraffitiObjectJSONSchema,
>

This type constrains the GraffitiObjectBase type to adhere to a particular JSON schema. This allows for static type-checking of an object's value which is otherwise a freeform JSON object.

Schema-aware objects are returned by Graffiti.get and Graffiti.discover.

Type Parameters