micronaut-projects / micronaut-json-schema

Micronaut integration with JSON schema
Apache License 2.0
2 stars 0 forks source link

remove controller #14

Closed sdelamo closed 5 months ago

sdelamo commented 5 months ago

This PR removes the controller and instructs users to expose the JSON Schema via static resources.

andriy-dmytruk commented 5 months ago

Maybe we want to supply to correct media type. But perhaps we also want it to be application/schema+json.

It is indeed better to remove the controllers, so I will merge and we can think of this later.

sdelamo commented 5 months ago

Maybe we want to supply to correct media type. But perhaps we also want it to be application/schema+json.

It is indeed better to remove the controllers, so I will merge and we can think of this later.

Yes, I will add a PR to Core to support the application/schema+json media type.