diff --git a/guidelines/naming-conventions.md b/guidelines/naming-conventions.md index 4b66f75e..8568aa70 100644 --- a/guidelines/naming-conventions.md +++ b/guidelines/naming-conventions.md @@ -95,8 +95,6 @@ The back-end modules can also provide [system interfaces](https://github.com/folio-org/okapi/blob/master/doc/guide.md#system-interfaces). These Okapi interface names start with underscore, e.g. the Tenant Interface `_tenant` -[JSON API](https://jsonapi.org/) is de facto standard for defining REST JSON interfaces. - ## API endpoints The back-end modules define their routes and API endpoints in their [API descriptions](/reference/api/),