Sample API Doc

/person

GET

Request

Name Type Description Default Required Constraints Example
id string The unique ID of the person. koriym Optional

Response

Object: Person

Name Type Description Required Constraint Example
firstName string 名前 Optional
familyName string Optional
age int Age in years which must be equal to or greater than zero. Optional {"minimum":0}

Embedded

rel src
org /org?id={org_id}

Links

rel href
card /card?id={card_id}
tickets /tickets

POST

Request

Name Type Description Default Required Constraints Example
firstName string Required

Response

(n/a)