{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "CodeList", "x-otm-library": { "ProjectName": "OTA_FacilityResource.otp", "LibraryName": "CodeList", "LibraryVersion": "4.1.0", "LibraryStatus": "FINAL", "SourceFile": "/CodeList_4_1_0.otm", "CompilerVersion": "4.0-SNAPSHOT", "CompileDate": "2020-05-15T11:16:10.424-0500" }, "definitions": { "DeadlineDropTime_Enum_Copy": { "x-otm-entity": { "EntityType": "EnumerationClosed", "EntityName": "DeadlineDropTime_Enum_Copy" }, "description": "An enumerated type indicating when the deadline drop time goes into effect.", "type": "string", "enum": [ "BeforeArrival", "AfterBooking", "AfterConfirmation", "AfterArrival", "AfterDeparture", "BeforeDeparture" ] } } }