Slide 11
Slide 11 text
openapi: "3.0.1"
info:
title: Online Store API
version: 1.0
…
servers:
- url: https://staging.example.com/
description: Staging environment
…
security:
- api_key: []
…
x-ibm-configuration:
enforced: true
cors:
enabled: true
…
paths:
/customers/{id}/orders:
get:
…
content:
application/json:
schema:
$ref: "#/components/schemas/Orders"
…
components:
schemas:
Orders:
…
metadata
deployment
runtime
interface
schema