spiral-modules / roadrunner-binary

💾 High-performance PHP application server, load-balancer and process manager written in Golang. RR2 releases repository.
MIT License
44 stars 25 forks source link

feat(docs): JSON schemas #55

Closed tarampampam closed 3 years ago

tarampampam commented 3 years ago

Reason for This PR

Json-schemas are useful for unit-testing (tests will be implemented later) and will be used for registration on https://www.schemastore.org/json/ (use-case - IDE type hinting).

I have been decided to locate schemas inside this repository because this looks like the simplest way to updates them in the future.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov[bot] commented 3 years ago

Codecov Report

Merging #55 (90f64ec) into master (2200977) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   50.83%   50.83%           
=======================================
  Files          11       11           
  Lines         301      301           
=======================================
  Hits          153      153           
  Misses        137      137           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2200977...90f64ec. Read the comment docs.