Stuart McGrigor
Stuart McGrigor
Re-did all my changes from [last June/July](https://github.com/APIDevTools/swagger-parser/pull/179) into the top of main branch. Hopefully can be picked up this time. Added checks and validations for v3.0.x OpenAPI schemas to match...
When cache has instance that has been loaded from auto-fetch, autoFetchLimit means can sometimes have instance in cache with no associations populated. A subsequent independent get() or find() will return...
In a non-trivial set of APIs with complex OAuth scopes; some clients want a 'simplified' openapi spec that covers just the stuff they're allowed to do. So let's filter by...
Sometimes some segments are empty, and due to common templates populating `Resource.meta` field we need a way to ignore these empty segments, and not generate a partially filled in Resource....
Sometimes, when dealing with custom HL7 segments the correct FHIR resource for the segment differs depending upon some value in the segment. For example, in our ZAL custom Alert segment...
Sometimes, when dealing with custom HL7 segments the correct FHIR resource for the segment differs depending upon some value in the segment. For example, in our ZAL custom Alert segment...
Historically OpenAPI and JSON Schema have worked together to document existing APIs. In a _contract first_ environment they are being asked to do more than merely document existing APIs; they...
In response to [issues/6071](https://github.com/hapifhir/hapi-fhir/issues/6071) added code to extend functionality of Validation CLI; which will enable non-trivial validation experiments by exposing more features of the underlying validation support. `--igpack` pre-existing command...
Validation CLI command includes `--igpack` command line option that doesn't do anything. It would be nice to be able to load an IG package when doing slightly more non-trivial validation...
Here's my tags object in a non-trivial OpenAPI spec I'm writing: ``` tags: - name: Providers description: "Everything about Providers & other Organisations" externalDocs: description: "Provider & Staff Domain in...