Skip to main content

NIM

REST connector specification

A NIM REST connector file contains a single JSON object with 3 properties:

schema

The connector's schema object defines all resources and CRUD calls supported by the system.

rest

REST-specific connector settings, including configuration and authentication.

connection

Additional system configuration settings (optional).

The schema property is the most complex part of the connector.