Files
starter-e2e-mrfa1fp9/packages/functions/.pikku/schemas/schemas/PikkuScenarioGetStubCallsOutput.schema.json
2026-07-10 20:36:29 +02:00

1 line
328 B
JSON

{"$schema":"http://json-schema.org/draft-07/schema#","type":"array","items":{"$ref":"#/definitions/StubCall"},"definitions":{"StubCall":{"type":"object","properties":{"service":{"type":"string"},"method":{"type":"string"},"args":{"type":"array","items":{}}},"required":["service","method","args"],"additionalProperties":false}}}