Skip to content
ExampleAPI.yaml-generated.tdltx 1.69 KiB
Newer Older
Package generated_from_ExampleAPI_yaml {
    Type String
    Type TODO_RESOLVE_REFERENCED
    Use "\"ExampleAPI.yaml\"" as SOURCE_MAPPING
    Use "\"generated/java\"" as TARGET_MAPPING
    Collection SearchResults of SearchResults___item
    Structure SearchResults___item (
        string id,
        string ^size,
        string created
    )
    Type string
    Map SearchResults to "\"#/components/schemas/SearchResults\"" in SOURCE_MAPPING as SearchResults_SOURCE_MAPPING
    Map SearchResults to "\"SearchResults\"" in TARGET_MAPPING as SearchResults_TARGET_MAPPING
    Structure ResourceData (
        string id,
        string ^size,
        string created
    )
    Map ResourceData to "\"#/components/schemas/ResourceData\"" in SOURCE_MAPPING as ResourceData_SOURCE_MAPPING
    Map ResourceData to "\"ResourceData\"" in TARGET_MAPPING as ResourceData_TARGET_MAPPING
    Structure Subscription (
        Credentials credentials
    )
    Structure Credentials (
        string user
    )
    Map Subscription to "\"#/components/schemas/Subscription\"" in SOURCE_MAPPING as Subscription_SOURCE_MAPPING
    Map Subscription to "\"Subscription\"" in TARGET_MAPPING as Subscription_TARGET_MAPPING
    Structure AuthenticatedNotification ( )
    Map AuthenticatedNotification to "\"#/components/schemas/AuthenticatedNotification\"" in SOURCE_MAPPING as AuthenticatedNotification_SOURCE_MAPPING
    Map AuthenticatedNotification to "\"AuthenticatedNotification\"" in TARGET_MAPPING as AuthenticatedNotification_TARGET_MAPPING
    Map Credentials to "\"#/components/schemas/Credentials\"" in SOURCE_MAPPING as Credentials_SOURCE_MAPPING
    Map Credentials to "\"Credentials\"" in TARGET_MAPPING as Credentials_TARGET_MAPPING
}