{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "title": "row response base",
  "description": "Rowレスポンスのベース",
  "allOf": [{ "$ref": "../row-base.json" }],
  "required": ["id", "created_at", "updated_at"]
}
