Skip to content

Instantly share code, notes, and snippets.

@hsusanoo
hsusanoo / asl.json
Created February 24, 2025 14:03
ASL JSON schema for Step Functions definition (bundled from https://github.com/ChristopheBougere/asl-validator v3.13.0)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"baseStateMachine": {
"$id": "http://asl-validator.cloud/base-state-machine.json#",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Comment": {
"type": "string"
gist for wakatime statistics