Skip to content

Instantly share code, notes, and snippets.

View NixBiks's full-sized avatar

Nicolai Bjerre Pedersen NixBiks

View GitHub Profile
@NixBiks
NixBiks / machine.js
Created February 4, 2021 10:50
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@NixBiks
NixBiks / machine.js
Created February 5, 2021 08:15
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@NixBiks
NixBiks / gist:4dfc00777f9abe4c46514ff31f81a267
Created November 11, 2024 12:55
External JSON Schema for Financial News Systems
{
"$defs": {
"Company": {
"description": "The company describes a company that in some way is referenceable.",
"properties": {
"company_id": {
"title": "The id of the company used by Financial News Systems",
"type": "string"
},
"name": {
@NixBiks
NixBiks / schema.txt
Last active April 11, 2025 20:11
Financial News Systems - Schema
{
"$defs":{
"Amount":{
"properties":{
"type":{
"const":"amount",
"title":"Type",
"type":"string"
},
"value":{