スタートアップ(英語)
コミュニティ(英語)
トレーニング(英語)
チュートリアル(英語)
ドキュメント
API、AI、ツール (英語)
#%RAML 1.0
title: Test Renaming
types:
product_name: (1)
type: object
properties:
name: string
/test:
get:
responses:
200:
description: product_name (2)
body:
application/json:
type: product_name (3)







