flows/request_schema.json
Admin User baa9211b23
All checks were successful
Build and Push Docker Image / test (push) Successful in 7s
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
Update README.md
2025-06-13 18:17:13 +00:00

14 lines
270 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"application_id": {
"type": [
"string",
"null"
],
"description": "Unique identifier for the application.",
"required": []
}
},
"required": []
}