11# JSON: API Resource Schema Generation: Anchor
22
3- [ Documentation] ( https://anchor-gem.vercel .app/docs )
3+ [ Documentation] ( https://jsonapi-resources-anchor.up.railway .app/docs )
44
55Easily generate TypeScript schemas, JSON Schemas, or any schema of your choice
66from [ cerebris/jsonapi-resources] ( https://github.com/cerebris/jsonapi-resources )
@@ -10,13 +10,13 @@ Ideally, API schemas have the types of each payload fully specified.
1010
1111` jsonapi-resources-anchor ` provides:
1212
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 )
1414 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 ) ,
1616 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
2020- TypeScript and JSON Schema generators via
2121 ` Anchor::TypeScript::SchemaGenerator ` and
2222 ` Anchor::JSONSchema::SchemaGenerator `
0 commit comments