ExampleAPI.yaml-generated.tdltx 1.93 KB
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 {
        id -> "id",
        ^size -> "size",
        created -> "created" }
    Map ResourceData to "ResourceData" in TARGET_MAPPING as ResourceData_TARGET_MAPPING {
        id -> "id",
        ^size -> "size",
        created -> "created" }
    Structure Subscription (
        Credentials credentials
    )
    Structure Credentials (
        string user
    )
    Map Subscription to "#/components/schemas/Subscription" in SOURCE_MAPPING as Subscription_SOURCE_MAPPING {
        credentials -> "credentials" }
    Map Subscription to "Subscription" in TARGET_MAPPING as Subscription_TARGET_MAPPING {
        credentials -> "credentials" }
    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 {
        user -> "user" }
    Map Credentials to "Credentials" in TARGET_MAPPING as Credentials_TARGET_MAPPING {
        user -> "user" }