Baxter International · API Governance Rules
Baxter International API Rules
Spectral linting rules defining API design standards and conventions for Baxter International.
5 Rules
error 3
warn 2
Rule Categories
baxter
Rules
error
baxter-auth-required
All Baxter DeviceBridge API operations must use authentication.
$.paths.*.*.security
error
baxter-operation-id-required
All Baxter API operations must have an operationId.
$.paths.*.*
warn
baxter-device-id-documented
Device endpoints should document device identifier parameters.
$.paths[?(@property.match('device'))].*.parameters
error
baxter-patient-id-required
Patient data endpoints should require patient identification.
$.paths[?(@property.match('patient'))].*.parameters
warn
baxter-fhir-content-type
FHIR endpoints should produce FHIR-compliant content types.
$.paths[?(@property.match('fhir'))].*.responses.200.content