1
1
# JSON: API Resource Schema Generation: Anchor
2
2
3
- [ Documentation] ( https://anchor-gem.vercel .app/docs )
3
+ [ Documentation] ( https://jsonapi-resources-anchor.up.railway .app/docs )
4
4
5
5
Easily generate TypeScript schemas, JSON Schemas, or any schema of your choice
6
6
from [ cerebris/jsonapi-resources] ( https://github.com/cerebris/jsonapi-resources )
@@ -10,13 +10,13 @@ Ideally, API schemas have the types of each payload fully specified.
10
10
11
11
` jsonapi-resources-anchor ` provides:
12
12
13
- - [ Type inference] ( https://anchor-gem.vercel .app/docs/Features/type_inference )
13
+ - [ Type inference] ( https://jsonapi-resources-anchor.up.railway .app/docs/Features/type_inference )
14
14
via the underlying ActiveRecord model of a resource
15
- - [ Type annotation] ( https://anchor-gem.vercel .app/docs/Features/type_annotation ) ,
15
+ - [ Type annotation] ( https://jsonapi-resources-anchor.up.railway .app/docs/Features/type_annotation ) ,
16
16
e.g. ` attribute :name_length, Anchor::Types::Integer `
17
- - [ Configuration] ( https://anchor-gem.vercel. app/docs/API/configuration ) , e.g.
18
- setting the case (camel, snake, etc.) of properties and deriving TypeScript
19
- comments from database comments
17
+ - [ Configuration] ( https://jsonapi-resources-anchor.up.railway. app/docs/API/configuration ) ,
18
+ e.g. setting the case (camel, snake, etc.) of properties and deriving
19
+ TypeScript comments from database comments
20
20
- TypeScript and JSON Schema generators via
21
21
` Anchor::TypeScript::SchemaGenerator ` and
22
22
` Anchor::JSONSchema::SchemaGenerator `
0 commit comments