subSchemas.json 110 B

12345678
  1. {
  2. "integer": {
  3. "type": "integer"
  4. },
  5. "refToInteger": {
  6. "$ref": "#/integer"
  7. }
  8. }