regulaforensics / DocumentReader-web-openapi

OpenAPI definitions of Regula Document Reader web application

Home Page:https://dev.regulaforensics.com/DocumentReader-web-openapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename FDSIDList.ICAO to FDSIDList.ICAOCode

zpopovcic-identyum opened this issue · comments

FDSIDList field doesn't contain property ICAO, it should be ICAOCode. Also minLength and maxlength should be 3 instead of 4.

Current situation:

ICAO:
  type: string
  minLength: 4
  maxLength: 4
  description: "ICAO code of the issuing country"

E.g. FDSIDList object returned from server:

{
  "Count": 2,
  "ICAOCode": "HRV",
  "List": [
    14800,
    12510
  ],
  "dCountryName": "Croatia",
  "dFormat": 2,
  "dMRZ": true,
  "dType": 11,
  "dYear": "2009"
}