エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Building a product schema | JSON Schema
Let’s pretend we’re interacting with a JSON based product catalog. This catalog has a product whi... Let’s pretend we’re interacting with a JSON based product catalog. This catalog has a product which has an id, a name, a price, and an optional set of tags. Example JSON data for a product API An example product in this API is: { "id": 1, "name": "A green door", "price": 12.50, "tags": ["home", "green"] } While generally straightforward, that example leaves some open questions. For example, one ma



2016/09/17 リンク