#' Synapse REST API
#'
#' No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
#'
#' The version of the OpenAPI document: v1
#' Generated by: https://openapi-generator.tech
#'
#' @docType class
#' @title AsynchronousJobServices operations
#' @description AsynchronousJobServicesApi
#' @format An \code{R6Class} generator object
#' @field api_client Handles the client-server communication.
#'
#' @section Methods:
#' \describe{
#' \strong{ GetRepoV1AsynchronousJobJobId } \emph{ }
#'
#' \itemize{
#' \item \emph{ @param } job_id character
#' \item \emph{ @returnType } \link{OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus} \cr
#'
#'
#' \item status code : 200 | Auto-generated description
#'
#' \item return type : OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus
#' \item response headers :
#'
#' \tabular{ll}{
#' }
#' }
#'
#' \strong{ PostRepoV1AsynchronousJob } \emph{ }
#'
#' \itemize{
#' \item \emph{ @param } org_sagebionetworks_repo_model_asynch_asynchronous_request_body \link{OrgSagebionetworksRepoModelAsynchAsynchronousRequestBody}
#' \item \emph{ @returnType } \link{OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus} \cr
#'
#'
#' \item status code : 201 | Each new job launched will have a unique jobId that can be use to monitor the status of the job with
#'
#' \item return type : OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus
#' \item response headers :
#'
#' \tabular{ll}{
#' }
#' }
#'
#' }
#'
#'
#' @examples
#' \dontrun{
#' #################### GetRepoV1AsynchronousJobJobId ####################
#'
#' library(synclient)
#' var_job_id <- "job_id_example" # character | The jobId issued to a job that has been launched with ,<a href=\"${POST.asynchronous.job}\">,POST /asynchronous/job,</a>
#'
#' api_instance <- AsynchronousJobServicesApi$new()
#'
#' # Configure HTTP bearer authorization: bearerAuth
#' api_instance$api_client$bearer_token <- Sys.getenv("BEARER_TOKEN")
#'
#' # to save the result into a file, simply add the optional `data_file` parameter, e.g.
#' # result <- api_instance$GetRepoV1AsynchronousJobJobId(var_job_iddata_file = "result.txt")
#' result <- api_instance$GetRepoV1AsynchronousJobJobId(var_job_id)
#' dput(result)
#'
#'
#' #################### PostRepoV1AsynchronousJob ####################
#'
#' library(synclient)
#' var_org_sagebionetworks_repo_model_asynch_asynchronous_request_body <- org.sagebionetworks.repo.model.asynch.AsynchronousRequestBody$new("concreteType_example", org.sagebionetworks.repo.model.table.CsvTableDescriptor$new("separator_example", "quoteCharacter_example", "escapeCharacter_example", "lineEnd_example", "isFirstLineHeader_example"), "reportType_example", org.sagebionetworks.repo.model.table.Query$new("sql_example", c(org.sagebionetworks.repo.model.table.QueryFilter$new("concreteType_example", "isDefiningCondition_example", "columnName_example", "function_example", c("values_example"), "operator_example", "searchExpression_example")), c(org.sagebionetworks.repo.model.table.FacetColumnRequest$new("concreteType_example", "columnName_example", "jsonPath_example", c("facetValues_example"), "min_example", "max_example")), "includeEntityEtag_example", 123, 123, 123, c(org.sagebionetworks.repo.model.table.SortItem$new("column_example", "direction_example"))), "parentId_example", "useVersionNumber_example", "uploadFileHandleId_example", 123, "doFullFileScan_example", "entityId_example", "writeHeader_example", "includeRowIdAndRowVersion_example", "fileName_example", "sql_example", c(org.sagebionetworks.repo.model.table.QueryFilter$new("concreteType_example", "isDefiningCondition_example", "columnName_example", "function_example", c("values_example"), "operator_example", "searchExpression_example")), c(org.sagebionetworks.repo.model.table.FacetColumnRequest$new("concreteType_example", "columnName_example", "jsonPath_example", c("facetValues_example"), "min_example", "max_example")), "includeEntityEtag_example", 123, 123, 123, c(org.sagebionetworks.repo.model.table.SortItem$new("column_example", "direction_example")), "zipFileName_example", "includeManifest_example", org.sagebionetworks.repo.model.doi.v2.Doi$new(c(org.sagebionetworks.repo.model.doi.v2.DoiCreator$new("creatorName_example", c(org.sagebionetworks.repo.model.doi.v2.DoiNameIdentifier$new("identifier_example", "nameIdentifierScheme_example")))), c(org.sagebionetworks.repo.model.doi.v2.DoiTitle$new("title_example")), 123, org.sagebionetworks.repo.model.doi.v2.DoiResourceType$new("resourceTypeGeneral_example"), "associationId_example", "etag_example", "doiUri_example", "doiUrl_example", "objectId_example", "objectType_example", 123, "associatedBy_example", "associatedOn_example", "updatedBy_example", "updatedOn_example"), "tableId_example", "updateEtag_example", c("columnIds_example"), c(org.sagebionetworks.repo.model.table.TableUpdateRequest$new("concreteType_example", "entityId_example", "searchEnabled_example", org.sagebionetworks.repo.model.table.AppendableRowSet$new("concreteType_example", "tableId_example", c(org.sagebionetworks.repo.model.table.Row$new(123, 123, "etag_example", c("values_example"))), "etag_example", c(org.sagebionetworks.repo.model.table.SelectColumn$new("name_example", "columnType_example", "id_example"))), "tableId_example", "uploadFileHandleId_example", "updateEtag_example", 123, org.sagebionetworks.repo.model.table.CsvTableDescriptor$new("separator_example", "quoteCharacter_example", "escapeCharacter_example", "lineEnd_example", "isFirstLineHeader_example"), c("columnIds_example"), c(org.sagebionetworks.repo.model.table.ColumnChange$new("oldColumnId_example", "newColumnId_example")), c("orderedColumnIds_example"))), c("orderedColumnIds_example"), org.sagebionetworks.repo.model.table.ViewScope$new(123, c("scope_example"), "viewEntityType_example", "viewType_example"), "includeDerivedAnnotations_example", "nextPageToken_example", 123, "searchEnabled_example", "createSnapshot_example", org.sagebionetworks.repo.model.table.SnapshotRequest$new("snapshotComment_example", "snapshotLabel_example", "snapshotActivityId_example"), org.sagebionetworks.repo.model.download.QueryRequestDetails$new("concreteType_example", "nextPageToken_example", c(org.sagebionetworks.repo.model.download.Sort$new("field_example", "direction_example")), "filter_example"), org.sagebionetworks.repo.model.migration.AdminRequest$new("concreteType_example", "migrationType_example", "type_example", c("types_example"), "salt_example", 123, 123, 123, 123, 123, 123, "aliasType_example", "backupFileKey_example", 123, 123, 123), c(org.sagebionetworks.repo.model.file.FileHandleAssociation$new("fileHandleId_example", "associateObjectId_example", "associateObjectType_example")), "zipFileFormat_example", org.sagebionetworks.repo.model.table.AppendableRowSet$new("concreteType_example", "tableId_example", c(org.sagebionetworks.repo.model.table.Row$new(123, 123, "etag_example", c("values_example"))), "etag_example", c(org.sagebionetworks.repo.model.table.SelectColumn$new("name_example", "columnType_example", "id_example"))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...))), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), "title_example", "description_example", c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), "format_example", c(key = org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", ..., c(key = ...), "title_example", "description_example", c(...), c(...), c(...), ..., "format_example", c(key = ...), c(...), TODO, "source_example", c(...), 123, 123, "pattern_example", ..., ..., ..., 123, 123, TODO, ..., ...)), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)), org.sagebionetworks.repo.model.schema.JsonSchema$new("$schema_example", "$id_example", "$ref_example", "type_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), c(key = ...), "title_example", "description_example", c(...), c(...), c(...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), "format_example", c(key = ...), c(TODO), TODO, "source_example", c("required_example"), 123, 123, "pattern_example", org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), 123, 123, TODO, org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...), org.sagebionetworks.repo.model.schema.JsonSchema$new(..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...))))), "dryRun_example", "$id_example", c("fileHandleIds_example"), "token_example", "folderId_example") # OrgSagebionetworksRepoModelAsynchAsynchronousRequestBody |
#'
#' api_instance <- AsynchronousJobServicesApi$new()
#'
#' # Configure HTTP bearer authorization: bearerAuth
#' api_instance$api_client$bearer_token <- Sys.getenv("BEARER_TOKEN")
#'
#' # to save the result into a file, simply add the optional `data_file` parameter, e.g.
#' # result <- api_instance$PostRepoV1AsynchronousJob(var_org_sagebionetworks_repo_model_asynch_asynchronous_request_bodydata_file = "result.txt")
#' result <- api_instance$PostRepoV1AsynchronousJob(var_org_sagebionetworks_repo_model_asynch_asynchronous_request_body)
#' dput(result)
#'
#'
#' }
#' @importFrom R6 R6Class
#' @importFrom base64enc base64encode
#' @export
AsynchronousJobServicesApi <- R6::R6Class(
"AsynchronousJobServicesApi",
public = list(
api_client = NULL,
#' Initialize a new AsynchronousJobServicesApi.
#'
#' @description
#' Initialize a new AsynchronousJobServicesApi.
#'
#' @param api_client An instance of API client.
#' @export
initialize = function(api_client) {
if (!missing(api_client)) {
self$api_client <- api_client
} else {
self$api_client <- ApiClient$new()
}
},
#'
#'
#' @description
#'
#'
#' @param job_id The jobId issued to a job that has been launched with ,<a href=\"${POST.asynchronous.job}\">,POST /asynchronous/job,</a>
#' @param data_file (optional) name of the data file to save the result
#' @param ... Other optional arguments
#' @return OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus
#' @export
GetRepoV1AsynchronousJobJobId = function(job_id, data_file = NULL, ...) {
local_var_response <- self$GetRepoV1AsynchronousJobJobIdWithHttpInfo(job_id, data_file = data_file, ...)
if (local_var_response$status_code >= 200 && local_var_response$status_code <= 299) {
local_var_response$content
} else if (local_var_response$status_code >= 300 && local_var_response$status_code <= 399) {
local_var_response
} else if (local_var_response$status_code >= 400 && local_var_response$status_code <= 499) {
local_var_response
} else if (local_var_response$status_code >= 500 && local_var_response$status_code <= 599) {
local_var_response
}
},
#'
#'
#' @description
#'
#'
#' @param job_id The jobId issued to a job that has been launched with ,<a href=\"${POST.asynchronous.job}\">,POST /asynchronous/job,</a>
#' @param data_file (optional) name of the data file to save the result
#' @param ... Other optional arguments
#' @return API response (OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus) with additional information such as HTTP status code, headers
#' @export
GetRepoV1AsynchronousJobJobIdWithHttpInfo = function(job_id, data_file = NULL, ...) {
args <- list(...)
query_params <- list()
header_params <- c()
form_params <- list()
file_params <- list()
local_var_body <- NULL
oauth_scopes <- NULL
is_oauth <- FALSE
if (missing(`job_id`)) {
stop("Missing required parameter `job_id`.")
}
local_var_url_path <- "/repo/v1/asynchronous/job/{jobId}"
if (!missing(`job_id`)) {
local_var_url_path <- gsub("\\{jobId\\}", URLencode(as.character(`job_id`), reserved = TRUE), local_var_url_path)
}
# Bearer token
if (!is.null(self$api_client$bearer_token)) {
header_params["Authorization"] <- paste("Bearer", self$api_client$bearer_token, sep = " ")
}
# The Accept request HTTP header
local_var_accepts <- list("application/json")
# The Content-Type representation header
local_var_content_types <- list()
local_var_resp <- self$api_client$CallApi(url = paste0(self$api_client$base_path, local_var_url_path),
method = "GET",
query_params = query_params,
header_params = header_params,
form_params = form_params,
file_params = file_params,
accepts = local_var_accepts,
content_types = local_var_content_types,
body = local_var_body,
is_oauth = is_oauth,
oauth_scopes = oauth_scopes,
...)
if (local_var_resp$status_code >= 200 && local_var_resp$status_code <= 299) {
# save response in a file
if (!is.null(data_file)) {
write(local_var_resp$response, data_file)
}
deserialized_resp_obj <- tryCatch(
self$api_client$deserialize(local_var_resp$response_as_text(), "OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus", loadNamespace("synclient")),
error = function(e) {
stop("Failed to deserialize response")
}
)
local_var_resp$content <- deserialized_resp_obj
local_var_resp
} else if (local_var_resp$status_code >= 300 && local_var_resp$status_code <= 399) {
ApiResponse$new(paste("Server returned ", local_var_resp$status_code, " response status code."), local_var_resp)
} else if (local_var_resp$status_code >= 400 && local_var_resp$status_code <= 499) {
ApiResponse$new("API client error", local_var_resp)
} else if (local_var_resp$status_code >= 500 && local_var_resp$status_code <= 599) {
if (is.null(local_var_resp$response) || local_var_resp$response == "") {
local_var_resp$response <- "API server error"
}
local_var_resp
}
},
#'
#'
#' @description
#'
#'
#' @param org_sagebionetworks_repo_model_asynch_asynchronous_request_body
#' @param data_file (optional) name of the data file to save the result
#' @param ... Other optional arguments
#' @return OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus
#' @export
PostRepoV1AsynchronousJob = function(org_sagebionetworks_repo_model_asynch_asynchronous_request_body, data_file = NULL, ...) {
local_var_response <- self$PostRepoV1AsynchronousJobWithHttpInfo(org_sagebionetworks_repo_model_asynch_asynchronous_request_body, data_file = data_file, ...)
if (local_var_response$status_code >= 200 && local_var_response$status_code <= 299) {
local_var_response$content
} else if (local_var_response$status_code >= 300 && local_var_response$status_code <= 399) {
local_var_response
} else if (local_var_response$status_code >= 400 && local_var_response$status_code <= 499) {
local_var_response
} else if (local_var_response$status_code >= 500 && local_var_response$status_code <= 599) {
local_var_response
}
},
#'
#'
#' @description
#'
#'
#' @param org_sagebionetworks_repo_model_asynch_asynchronous_request_body
#' @param data_file (optional) name of the data file to save the result
#' @param ... Other optional arguments
#' @return API response (OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus) with additional information such as HTTP status code, headers
#' @export
PostRepoV1AsynchronousJobWithHttpInfo = function(org_sagebionetworks_repo_model_asynch_asynchronous_request_body, data_file = NULL, ...) {
args <- list(...)
query_params <- list()
header_params <- c()
form_params <- list()
file_params <- list()
local_var_body <- NULL
oauth_scopes <- NULL
is_oauth <- FALSE
if (missing(`org_sagebionetworks_repo_model_asynch_asynchronous_request_body`)) {
stop("Missing required parameter `org_sagebionetworks_repo_model_asynch_asynchronous_request_body`.")
}
if (!is.null(`org_sagebionetworks_repo_model_asynch_asynchronous_request_body`)) {
local_var_body <- `org_sagebionetworks_repo_model_asynch_asynchronous_request_body`$toJSONString()
} else {
body <- NULL
}
local_var_url_path <- "/repo/v1/asynchronous/job"
# Bearer token
if (!is.null(self$api_client$bearer_token)) {
header_params["Authorization"] <- paste("Bearer", self$api_client$bearer_token, sep = " ")
}
# The Accept request HTTP header
local_var_accepts <- list("application/json")
# The Content-Type representation header
local_var_content_types <- list("application/json")
local_var_resp <- self$api_client$CallApi(url = paste0(self$api_client$base_path, local_var_url_path),
method = "POST",
query_params = query_params,
header_params = header_params,
form_params = form_params,
file_params = file_params,
accepts = local_var_accepts,
content_types = local_var_content_types,
body = local_var_body,
is_oauth = is_oauth,
oauth_scopes = oauth_scopes,
...)
if (local_var_resp$status_code >= 200 && local_var_resp$status_code <= 299) {
# save response in a file
if (!is.null(data_file)) {
write(local_var_resp$response, data_file)
}
deserialized_resp_obj <- tryCatch(
self$api_client$deserialize(local_var_resp$response_as_text(), "OrgSagebionetworksRepoModelAsynchAsynchronousJobStatus", loadNamespace("synclient")),
error = function(e) {
stop("Failed to deserialize response")
}
)
local_var_resp$content <- deserialized_resp_obj
local_var_resp
} else if (local_var_resp$status_code >= 300 && local_var_resp$status_code <= 399) {
ApiResponse$new(paste("Server returned ", local_var_resp$status_code, " response status code."), local_var_resp)
} else if (local_var_resp$status_code >= 400 && local_var_resp$status_code <= 499) {
ApiResponse$new("API client error", local_var_resp)
} else if (local_var_resp$status_code >= 500 && local_var_resp$status_code <= 599) {
if (is.null(local_var_resp$response) || local_var_resp$response == "") {
local_var_resp$response <- "API server error"
}
local_var_resp
}
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.