├── Guidelines.md ├── LICENSE.md ├── README.md ├── Spectral.md └── spectral ├── functions ├── check-spelling-code.js ├── check-spelling.js └── is-object-schema.js ├── monite.all.yaml ├── monite.openapi-structure.yaml ├── monite.section1-general.yaml ├── monite.section10-headers.yaml ├── monite.section11-webhooks.yaml ├── monite.section12-hypermedia.yaml ├── monite.section13-performance.yaml ├── monite.section14-pagination.yaml ├── monite.section15-versioning.yaml ├── monite.section16-deprecation.yaml ├── monite.section2-language.yaml ├── monite.section3-security.yaml ├── monite.section4-data-types.yaml ├── monite.section5-uri.yaml ├── monite.section6-rest.yaml ├── monite.section7-json.yaml ├── monite.section8-requests.yaml ├── monite.section9-responses.yaml ├── random.examples.yaml ├── test-openapi.yaml └── test.bash /Guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/Guidelines.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/README.md -------------------------------------------------------------------------------- /Spectral.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/Spectral.md -------------------------------------------------------------------------------- /spectral/functions/check-spelling-code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/functions/check-spelling-code.js -------------------------------------------------------------------------------- /spectral/functions/check-spelling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/functions/check-spelling.js -------------------------------------------------------------------------------- /spectral/functions/is-object-schema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/functions/is-object-schema.js -------------------------------------------------------------------------------- /spectral/monite.all.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.all.yaml -------------------------------------------------------------------------------- /spectral/monite.openapi-structure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.openapi-structure.yaml -------------------------------------------------------------------------------- /spectral/monite.section1-general.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section1-general.yaml -------------------------------------------------------------------------------- /spectral/monite.section10-headers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section10-headers.yaml -------------------------------------------------------------------------------- /spectral/monite.section11-webhooks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section11-webhooks.yaml -------------------------------------------------------------------------------- /spectral/monite.section12-hypermedia.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section12-hypermedia.yaml -------------------------------------------------------------------------------- /spectral/monite.section13-performance.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section13-performance.yaml -------------------------------------------------------------------------------- /spectral/monite.section14-pagination.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section14-pagination.yaml -------------------------------------------------------------------------------- /spectral/monite.section15-versioning.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section15-versioning.yaml -------------------------------------------------------------------------------- /spectral/monite.section16-deprecation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section16-deprecation.yaml -------------------------------------------------------------------------------- /spectral/monite.section2-language.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section2-language.yaml -------------------------------------------------------------------------------- /spectral/monite.section3-security.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section3-security.yaml -------------------------------------------------------------------------------- /spectral/monite.section4-data-types.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section4-data-types.yaml -------------------------------------------------------------------------------- /spectral/monite.section5-uri.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section5-uri.yaml -------------------------------------------------------------------------------- /spectral/monite.section6-rest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section6-rest.yaml -------------------------------------------------------------------------------- /spectral/monite.section7-json.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section7-json.yaml -------------------------------------------------------------------------------- /spectral/monite.section8-requests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section8-requests.yaml -------------------------------------------------------------------------------- /spectral/monite.section9-responses.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/monite.section9-responses.yaml -------------------------------------------------------------------------------- /spectral/random.examples.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/random.examples.yaml -------------------------------------------------------------------------------- /spectral/test-openapi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/test-openapi.yaml -------------------------------------------------------------------------------- /spectral/test.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/team-monite/api-style-guide/HEAD/spectral/test.bash --------------------------------------------------------------------------------