2017-09-22 68 views

回答

0

爲適當的模式定義一個例子在架構中提供將是:

{ 
    "title": "My string", 
    "type": "string", 
    "pattern": "^([A-Z][a-z]*[\\s]*)*$" 
} 

您可能還需要增加其他異常,但其中將包括基本的首字母大寫。