Skip to content

Commit a57c035

Browse files
zpopovcic-identyumhleb-albau
authored andcommitted
FDSIDList.ICAOCode fix
* FDSIDList.ICAO renamed to FDSIDList.ICAOCode * minLength and maxLength changed to 3
1 parent 9d01680 commit a57c035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rt-doc-type-old.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ components:
9090
description: "Extended document type info and Regula's 'Information Reference Systems' links"
9191
type: object
9292
properties:
93-
ICAO:
93+
ICAOCode:
9494
type: string
95-
minLength: 4
96-
maxLength: 4
95+
minLength: 3
96+
maxLength: 3
9797
description: "ICAO code of the issuing country"
9898
List:
9999
type: array

0 commit comments

Comments
 (0)