diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationSchema.json index 3d0e7ae3b..29158ec6d 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "applicationSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Application Schema", "required": [ "organizationId", "name", @@ -21,8 +21,8 @@ "properties": { "organizationId": { "type": "string", - "default": "", - "title": "The organizationId Schema", + "default": "Organization Identifier (general attribute)", + "title": "", "examples": [ "" ] @@ -30,7 +30,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "Organization Name Identifier (general attribute)", "examples": [ "" ] @@ -38,7 +38,7 @@ "applicationType": { "type": "integer", "default": 0, - "title": "The applicationType Schema", + "title": "ApplicationType Identifier (general attribute)", "examples": [ 0 ] @@ -46,7 +46,7 @@ "applicationStatus": { "type": "array", "default": [], - "title": "The applicationStatus Schema", + "title": "ApplicationStatus Identifier (general attribute)", "items": { "type": "string", "title": "A Schema", @@ -66,7 +66,7 @@ "publishedApplicationDSL": { "type": "object", "default": {}, - "title": "The publishedApplicationDSL Schema", + "title": "PublishedApplicationDSL Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -74,7 +74,7 @@ "publicToAll": { "type": "boolean", "default": false, - "title": "The publicToAll Schema", + "title": "PublicToAll Identifier (general attribute)", "examples": [ false ] @@ -82,7 +82,7 @@ "editingQueries": { "type": "object", "default": {}, - "title": "The editingQueries Schema", + "title": "EditingQueries Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -90,7 +90,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -98,7 +98,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -106,7 +106,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -118,7 +118,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -126,7 +126,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -134,7 +134,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -142,7 +142,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -150,7 +150,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -167,7 +167,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -175,7 +175,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationhistorysnapshotSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationhistorysnapshotSchema.json index 57e00ad4a..32a4f99a3 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationhistorysnapshotSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/applicationhistorysnapshotSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "applicationhistorysnapshotSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Applicationhistorysnapshot Schema", "required": [ "applicationId", "dsl", @@ -17,7 +17,7 @@ "applicationId": { "type": "string", "default": "", - "title": "The applicationId Schema", + "title": "Application Identifier (general attribute)", "examples": [ "" ] @@ -25,7 +25,7 @@ "dsl": { "type": "object", "default": {}, - "title": "The dsl Schema", + "title": "dsl Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -33,7 +33,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -41,7 +41,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -49,7 +49,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -61,7 +61,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -69,7 +69,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -77,7 +77,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -85,7 +85,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -93,7 +93,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -110,7 +110,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -118,7 +118,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/assetSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/assetSchema.json index b0b6c77dd..39c24c3c6 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/assetSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/assetSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "assetSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Asset Schema", "required": [ "contentType", "data", @@ -17,7 +17,7 @@ "contentType": { "type": "string", "default": "", - "title": "The contentType Schema", + "title": "ContentType Identifier (general attribute)", "examples": [ "" ] @@ -25,7 +25,7 @@ "data": { "type": "array", "default": [], - "title": "The data Schema", + "title": "Data Identifier (general attribute)", "items": { "type": "integer", "default": 0, @@ -42,7 +42,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -50,7 +50,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -58,7 +58,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -70,7 +70,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -78,7 +78,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -86,7 +86,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -94,7 +94,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -102,7 +102,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -119,7 +119,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -127,7 +127,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/birelationSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/birelationSchema.json index e6e6aedff..469ec055f 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/birelationSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/birelationSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "birelationSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Birelation Schema", "required": [ "bizType", "sourceId", @@ -23,10 +23,9 @@ "bizType": { "type": "array", "default": [], - "title": "The bizType Schema", + "title": "BizType Identifier (general attribute)", "items": { "type": "string", - "title": "A Schema", "examples": [ "ORG_MEMBER", "GROUP_MEMBER", @@ -49,7 +48,7 @@ "sourceId": { "type": "string", "default": "", - "title": "The sourceId Schema", + "title": "SourceId Identifier (general attribute)", "examples": [ "" ] @@ -57,7 +56,7 @@ "targetId": { "type": "string", "default": "", - "title": "The targetId Schema", + "title": "TargetId Identifier (general attribute)", "examples": [ "" ] @@ -65,7 +64,7 @@ "relation": { "type": "string", "default": "", - "title": "The relation Schema", + "title": "Relation Identifier (general attribute)", "examples": [ "" ] @@ -73,7 +72,7 @@ "state": { "type": "string", "default": "", - "title": "The state Schema", + "title": "State Identifier (general attribute)", "examples": [ "" ] @@ -81,7 +80,7 @@ "extParam1": { "type": "string", "default": "", - "title": "The extParam1 Schema", + "title": "ExtParam1 Identifier (general attribute)", "examples": [ "" ] @@ -89,7 +88,7 @@ "extParam2": { "type": "string", "default": "", - "title": "The extParam2 Schema", + "title": "ExtParam2 Identifier (general attribute)", "examples": [ "" ] @@ -97,7 +96,7 @@ "extParam3": { "type": "string", "default": "", - "title": "The extParam3 Schema", + "title": "ExtParam3 Identifier (general attribute)", "examples": [ "" ] @@ -105,7 +104,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -113,7 +112,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -121,7 +120,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -133,7 +132,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -141,7 +140,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -149,7 +148,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -157,7 +156,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -165,7 +164,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -182,7 +181,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -190,7 +189,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcedoSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcedoSchema.json index d7886aa50..4fde4dc58 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcedoSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcedoSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "datasourcedoSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "DatasourceDO Schema", "required": [ "name", "type", @@ -21,7 +21,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "Name Identifier (general attribute)", "examples": [ "" ] @@ -29,7 +29,7 @@ "type": { "type": "string", "default": "", - "title": "The type Schema", + "title": "Type Identifier (general attribute)", "examples": [ "" ] @@ -37,7 +37,7 @@ "organizationId": { "type": "string", "default": "", - "title": "The organizationId Schema", + "title": "OrganizationId Identifier (general attribute)", "examples": [ "" ] @@ -45,7 +45,7 @@ "creationSource": { "type": "integer", "default": 0, - "title": "The creationSource Schema", + "title": "CreationSource Identifier (general attribute)", "examples": [ 0 ] @@ -53,7 +53,7 @@ "datasourceStatus": { "type": "array", "default": [], - "title": "The datasourceStatus Schema", + "title": "DatasourceStatus Identifier (general attribute)", "items": { "type": "string", "title": "A Schema", @@ -71,7 +71,7 @@ "detailConfig": { "type": "object", "default": {}, - "title": "The detailConfig Schema", + "title": "DetailConfig Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -79,7 +79,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -87,7 +87,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -95,7 +95,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -107,7 +107,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -115,7 +115,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -123,7 +123,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -131,7 +131,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -139,7 +139,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -156,7 +156,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -164,7 +164,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcestructuredoSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcestructuredoSchema.json index fb4e30927..ac419c776 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcestructuredoSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/datasourcestructuredoSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "datasourcestructuredoSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "DatasourceStructureDO Schema", "required": [ "datasourceId", "structure", @@ -17,7 +17,7 @@ "datasourceId": { "type": "string", "default": "", - "title": "The datasourceId Schema", + "title": "DatasourceId Identifier (general attribute)", "examples": [ "" ] @@ -25,7 +25,7 @@ "structure": { "type": "object", "default": {}, - "title": "The structure Schema", + "title": "Structure Identifier (general attribute)", "required": [ "tables" ], @@ -33,11 +33,9 @@ "tables": { "type": "array", "default": [], - "title": "The tables Schema", "items": { "type": "object", "default": {}, - "title": "A Schema", "required": [ "type", "schema", @@ -50,10 +48,8 @@ "type": { "type": "array", "default": [], - "title": "The type Schema", "items": { "type": "string", - "title": "A Schema", "examples": [ "TABLE", "VIEW", @@ -72,7 +68,6 @@ "schema": { "type": "string", "default": "", - "title": "The schema Schema", "examples": [ "" ] @@ -80,7 +75,6 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", "examples": [ "" ] @@ -88,11 +82,9 @@ "columns": { "type": "array", "default": [], - "title": "The columns Schema", "items": { "type": "object", "default": {}, - "title": "A Schema", "required": [ "name", "type", @@ -103,7 +95,6 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", "examples": [ "" ] @@ -111,7 +102,6 @@ "type": { "type": "string", "default": "", - "title": "The type Schema", "examples": [ "" ] @@ -119,7 +109,6 @@ "defaultValue": { "type": "string", "default": "", - "title": "The defaultValue Schema", "examples": [ "" ] @@ -127,7 +116,6 @@ "isAutogenerated": { "type": "boolean", "default": false, - "title": "The isAutogenerated Schema", "examples": [ false ] @@ -152,11 +140,9 @@ "keys": { "type": "array", "default": [], - "title": "The keys Schema", "items": { "type": "object", "default": {}, - "title": "A Schema", "required": [], "properties": {}, "examples": [{}] @@ -168,11 +154,11 @@ "templates": { "type": "array", "default": [], - "title": "The templates Schema", + "title": "The templates", "items": { "type": "object", "default": {}, - "title": "A Schema", + "title": "templates", "required": [ "title", "body", @@ -182,7 +168,7 @@ "title": { "type": "string", "default": "", - "title": "The title Schema", + "title": "", "examples": [ "" ] @@ -190,7 +176,7 @@ "body": { "type": "string", "default": "", - "title": "The body Schema", + "title": "body", "examples": [ "" ] @@ -198,7 +184,7 @@ "configuration": { "type": "object", "default": {}, - "title": "The configuration Schema", + "title": "configuration", "required": [], "properties": {}, "examples": [{}] @@ -296,7 +282,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -304,7 +290,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -312,7 +298,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -324,7 +310,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -332,7 +318,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -340,7 +326,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -348,7 +334,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -356,7 +342,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -373,7 +359,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -381,7 +367,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/folderSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/folderSchema.json index 85bdb8b10..f69f25e4b 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/folderSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/folderSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "folderSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Folder Schema", "required": [ "organizationId", "parentFolderId", @@ -18,7 +18,7 @@ "organizationId": { "type": "string", "default": "", - "title": "The organizationId Schema", + "title": "Organization Identifier (general attribute)", "examples": [ "" ] @@ -26,7 +26,7 @@ "parentFolderId": { "type": "string", "default": "", - "title": "The parentFolderId Schema", + "title": "ParentFolderId Identifier (general attribute)", "examples": [ "" ] @@ -34,7 +34,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "Name Identifier (general attribute)", "examples": [ "" ] @@ -42,7 +42,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -50,7 +50,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -58,7 +58,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -70,7 +70,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -78,7 +78,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -86,7 +86,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -94,7 +94,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -102,7 +102,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -119,7 +119,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -127,7 +127,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/groupSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/groupSchema.json index 5fa941898..226ae7887 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/groupSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/groupSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "groupSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Group Schema", "required": [ "COMPARATOR", "name", @@ -24,7 +24,7 @@ "COMPARATOR": { "type": "object", "default": {}, - "title": "The COMPARATOR Schema", + "title": "COMPARATOR Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -32,7 +32,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "Name Identifier (general attribute)", "examples": [ "" ] @@ -40,7 +40,7 @@ "organizationId": { "type": "string", "default": "", - "title": "The organizationId Schema", + "title": "Organization Identifier (general attribute)", "examples": [ "" ] @@ -48,7 +48,7 @@ "allUsersGroup": { "type": "boolean", "default": false, - "title": "The allUsersGroup Schema", + "title": "AllUsersGroup Identifier (general attribute)", "examples": [ false ] @@ -56,7 +56,7 @@ "type": { "type": "string", "default": "", - "title": "The type Schema", + "title": "Type Identifier (general attribute)", "examples": [ "" ] @@ -64,7 +64,7 @@ "dynamicRule": { "type": "string", "default": "", - "title": "The dynamicRule Schema", + "title": "DynamicRule Identifier (general attribute)", "examples": [ "" ] @@ -72,7 +72,7 @@ "source": { "type": "string", "default": "", - "title": "The source Schema", + "title": "Source Identifier (general attribute)", "examples": [ "" ] @@ -80,7 +80,7 @@ "rawDepartmentId": { "type": "string", "default": "", - "title": "The rawDepartmentId Schema", + "title": "RawDepartmentId Identifier (general attribute)", "examples": [ "" ] @@ -88,7 +88,7 @@ "syncDeleted": { "type": "boolean", "default": false, - "title": "The syncDeleted Schema", + "title": "SyncDeleted Identifier (general attribute)", "examples": [ false ] @@ -96,7 +96,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -104,7 +104,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -112,7 +112,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -124,7 +124,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -132,7 +132,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -140,7 +140,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -148,7 +148,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -156,7 +156,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -173,7 +173,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -181,7 +181,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/invitationSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/invitationSchema.json index 9e2f6952f..a939a3156 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/invitationSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/invitationSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "invitationSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Invitation Schema", "required": [ "createUserId", "invitedOrganizationId", @@ -19,7 +19,7 @@ "createUserId": { "type": "string", "default": "", - "title": "The createUserId Schema", + "title": "User who created invitation Identifier (general attribute)", "examples": [ "" ] @@ -27,7 +27,7 @@ "invitedOrganizationId": { "type": "string", "default": "", - "title": "The invitedOrganizationId Schema", + "title": "InvitedOrganizationId Identifier (general attribute)", "examples": [ "" ] @@ -35,7 +35,7 @@ "invitedUserIds": { "type": "object", "default": {}, - "title": "The invitedUserIds Schema", + "title": "InvitedUserIds Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -43,7 +43,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -51,7 +51,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -59,7 +59,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -71,7 +71,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -79,7 +79,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -87,7 +87,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -95,7 +95,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -103,7 +103,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -120,7 +120,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -128,7 +128,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] @@ -136,7 +136,7 @@ "@comment": { "type": "object", "default": {}, - "title": "The @comment Schema", + "title": "@comment Identifier (internal attribute)", "required": [ "createUserId", "invitedUserIds" @@ -145,7 +145,7 @@ "createUserId": { "type": "string", "default": "", - "title": "The createUserId Schema", + "title": "CreateUserId Identifier (internal attribute)", "examples": [ "/**\n * user who create this invitation\n */" ] @@ -153,7 +153,7 @@ "invitedUserIds": { "type": "string", "default": "", - "title": "The invitedUserIds Schema", + "title": "InvitedUserIds Identifier (internal attribute)", "examples": [ "/**\n * invited user ids by this invitation\n */" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/inviteuserSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/inviteuserSchema.json index 0a9331b14..7f8f40405 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/inviteuserSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/inviteuserSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "inviteuserSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "InviteUser Schema", "required": [ "inviterUserId", "token", @@ -29,7 +29,7 @@ "inviterUserId": { "type": "string", "default": "", - "title": "The inviterUserId Schema", + "title": "InviterUserId Identifier (general attribute)", "examples": [ "" ] @@ -37,7 +37,7 @@ "token": { "type": "string", "default": "", - "title": "The token Schema", + "title": "Token Identifier (general attribute)", "examples": [ "" ] @@ -45,7 +45,7 @@ "EMPTY_TRANSFORMED_USER_INFO": { "type": "object", "default": {}, - "title": "The EMPTY_TRANSFORMED_USER_INFO Schema", + "title": "EMPTY_TRANSFORMED_USER_INFO Identifier (general attribute)", "required": [ "serialVersionUID", "DEFAULT_INITIAL_CAPACITY", @@ -66,7 +66,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -74,7 +74,7 @@ "DEFAULT_INITIAL_CAPACITY": { "type": "integer", "default": 0, - "title": "The DEFAULT_INITIAL_CAPACITY Schema", + "title": "DEFAULT_INITIAL_CAPACITY Identifier (internal attribute)", "examples": [ 0 ] @@ -82,7 +82,7 @@ "MAXIMUM_CAPACITY": { "type": "integer", "default": 0, - "title": "The MAXIMUM_CAPACITY Schema", + "title": "MAXIMUM_CAPACITY Identifier (internal attribute)", "examples": [ 0 ] @@ -90,7 +90,7 @@ "DEFAULT_LOAD_FACTOR": { "type": "number", "default": 0.0, - "title": "The DEFAULT_LOAD_FACTOR Schema", + "title": "DEFAULT_LOAD_FACTOR Identifier (internal attribute)", "examples": [ 0.0 ] @@ -98,7 +98,7 @@ "TREEIFY_THRESHOLD": { "type": "integer", "default": 0, - "title": "The TREEIFY_THRESHOLD Schema", + "title": "TREEIFY_THRESHOLD Identifier (internal attribute)", "examples": [ 0 ] @@ -106,7 +106,7 @@ "UNTREEIFY_THRESHOLD": { "type": "integer", "default": 0, - "title": "The UNTREEIFY_THRESHOLD Schema", + "title": "UNTREEIFY_THRESHOLD Identifier (internal attribute)", "examples": [ 0 ] @@ -114,7 +114,7 @@ "MIN_TREEIFY_CAPACITY": { "type": "integer", "default": 0, - "title": "The MIN_TREEIFY_CAPACITY Schema", + "title": "MIN_TREEIFY_CAPACITY Identifier (internal attribute)", "examples": [ 0 ] @@ -122,11 +122,9 @@ "table": { "type": "array", "default": [], - "title": "The table Schema", "items": { "type": "object", "default": {}, - "title": "A Schema", "required": [ "hash", "key", @@ -136,7 +134,6 @@ "hash": { "type": "integer", "default": 0, - "title": "The hash Schema", "examples": [ 0 ] @@ -144,7 +141,6 @@ "key": { "type": "object", "default": {}, - "title": "The key Schema", "required": [], "properties": {}, "examples": [{}] @@ -152,7 +148,6 @@ "value": { "type": "object", "default": {}, - "title": "The value Schema", "required": [], "properties": {}, "examples": [{}] @@ -175,7 +170,6 @@ "entrySet": { "type": "object", "default": {}, - "title": "The entrySet Schema", "required": [], "properties": {}, "examples": [{}] @@ -183,7 +177,6 @@ "size": { "type": "integer", "default": 0, - "title": "The size Schema", "examples": [ 0 ] @@ -191,7 +184,6 @@ "modCount": { "type": "integer", "default": 0, - "title": "The modCount Schema", "examples": [ 0 ] @@ -199,7 +191,7 @@ "threshold": { "type": "integer", "default": 0, - "title": "The threshold Schema", + "title": "Threshold Identifier (internal attribute)", "examples": [ 0 ] @@ -207,7 +199,7 @@ "loadFactor": { "type": "number", "default": 0.0, - "title": "The loadFactor Schema", + "title": "LoadFactor Identifier (internal attribute)", "examples": [ 0.0 ] @@ -215,7 +207,7 @@ "values": { "type": "object", "default": {}, - "title": "The values Schema", + "title": "Values Identifier (internal attribute)", "required": [], "properties": {}, "examples": [{}] @@ -245,7 +237,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "Name Identifier (general attribute)", "examples": [ "" ] @@ -253,7 +245,7 @@ "avatar": { "type": "string", "default": "", - "title": "The avatar Schema", + "title": "Avatar Identifier (general attribute)", "examples": [ "" ] @@ -261,7 +253,7 @@ "tpAvatarLink": { "type": "string", "default": "", - "title": "The tpAvatarLink Schema", + "title": "TpAvatarLink Identifier (general attribute)", "examples": [ "" ] @@ -269,10 +261,9 @@ "state": { "type": "array", "default": [], - "title": "The state Schema", + "title": "State Identifier (general attribute)", "items": { "type": "string", - "title": "A Schema", "examples": [ "NEW", "INVITED", @@ -291,7 +282,7 @@ "isEnabled": { "type": "boolean", "default": false, - "title": "The isEnabled Schema", + "title": "IsEnabled Identifier (general attribute)", "examples": [ false ] @@ -299,7 +290,7 @@ "password": { "type": "string", "default": "", - "title": "The password Schema", + "title": "Password Identifier (general attribute)", "examples": [ "" ] @@ -307,7 +298,7 @@ "isAnonymous": { "type": "boolean", "default": false, - "title": "The isAnonymous Schema", + "title": "IsAnonymous Identifier (general attribute)", "examples": [ false ] @@ -315,7 +306,7 @@ "connections": { "type": "object", "default": {}, - "title": "The connections Schema", + "title": "Connections Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -323,7 +314,7 @@ "avatarUrl": { "type": "object", "default": {}, - "title": "The avatarUrl Schema", + "title": "AvatarUrl Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -331,7 +322,7 @@ "isNewUser": { "type": "boolean", "default": false, - "title": "The isNewUser Schema", + "title": "IsNewUser Identifier (general attribute)", "examples": [ false ] @@ -339,7 +330,7 @@ "hasSetNickname": { "type": "boolean", "default": false, - "title": "The hasSetNickname Schema", + "title": "HasSetNickname Identifier (general attribute)", "examples": [ false ] @@ -347,7 +338,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -355,7 +346,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)a", "examples": [ "" ] @@ -363,7 +354,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -375,7 +366,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -383,7 +374,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -391,7 +382,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -399,7 +390,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -407,7 +398,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -424,7 +415,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -432,7 +423,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libarayquerySchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libraryquerySchema.json similarity index 75% rename from server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libarayquerySchema.json rename to server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libraryquerySchema.json index 21395c99a..8ac4c4285 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libarayquerySchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libraryquerySchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "librarySchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Library Schema", "required": [ "organizationId", "name", @@ -19,7 +19,7 @@ "organizationId": { "type": "string", "default": "", - "title": "The organizationId Schema", + "title": "OrganizationId Identifier (general attribute)", "examples": [ "" ] @@ -35,7 +35,7 @@ "libraryQueryDSL": { "type": "object", "default": {}, - "title": "The libraryQueryDSL Schema", + "title": "LibraryQueryDSL Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -43,7 +43,7 @@ "baseQuerySupplier": { "type": "object", "default": {}, - "title": "The baseQuerySupplier Schema", + "title": "BaseQuerySupplier Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -51,7 +51,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -59,7 +59,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -67,7 +67,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -79,7 +79,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -87,7 +87,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -95,7 +95,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -103,7 +103,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -111,7 +111,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -128,7 +128,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -136,7 +136,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libarayqueryrecordSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libraryqueryrecordSchema.json similarity index 73% rename from server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libarayqueryrecordSchema.json rename to server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libraryqueryrecordSchema.json index 4c2d24171..9e24b986f 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libarayqueryrecordSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/libraryqueryrecordSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "libraryqueryrecordSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "LibraryQueryRecord Schema", "required": [ "libraryQueryId", "tag", @@ -20,7 +20,7 @@ "libraryQueryId": { "type": "string", "default": "", - "title": "The libraryQueryId Schema", + "title": "LibraryQueryId Identifier (general attribute)", "examples": [ "" ] @@ -28,7 +28,7 @@ "tag": { "type": "string", "default": "", - "title": "The tag Schema", + "title": "Tag Identifier (general attribute)", "examples": [ "" ] @@ -36,7 +36,7 @@ "commitMessage": { "type": "string", "default": "", - "title": "The commitMessage Schema", + "title": "CommitMessage Identifier (general attribute)", "examples": [ "" ] @@ -44,7 +44,7 @@ "libraryQueryDSL": { "type": "object", "default": {}, - "title": "The libraryQueryDSL Schema", + "title": "LibraryQueryDSL Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -52,7 +52,7 @@ "baseQuerySupplier": { "type": "object", "default": {}, - "title": "The baseQuerySupplier Schema", + "title": "BaseQuerySupplier Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -60,7 +60,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -68,7 +68,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -76,7 +76,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -88,7 +88,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -96,7 +96,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -104,7 +104,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -112,7 +112,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -120,7 +120,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -137,7 +137,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -145,7 +145,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/materialmetaSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/materialmetaSchema.json index 7178ff47e..8ecd23d8b 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/materialmetaSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/materialmetaSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "materialmetaSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "MaterialMeta Schema", "required": [ "filename", "orgId", @@ -19,7 +19,7 @@ "filename": { "type": "string", "default": "", - "title": "The filename Schema", + "title": "Filename Identifier (general attribute)", "examples": [ "" ] @@ -27,7 +27,7 @@ "orgId": { "type": "string", "default": "", - "title": "The orgId Schema", + "title": "OrgId Identifier (general attribute)", "examples": [ "" ] @@ -35,7 +35,7 @@ "size": { "type": "integer", "default": 0, - "title": "The size Schema", + "title": "Size Identifier (general attribute)", "examples": [ 0 ] @@ -43,10 +43,9 @@ "type": { "type": "array", "default": [], - "title": "The type Schema", + "title": "Type Identifier (general attribute)", "items": { "type": "string", - "title": "A Schema", "examples": [ "COMMON", "LOGO", @@ -63,7 +62,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -71,7 +70,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -79,7 +78,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -91,7 +90,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -99,7 +98,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -107,7 +106,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -115,7 +114,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -123,7 +122,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -140,7 +139,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -148,7 +147,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/organizationSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/organizationSchema.json index 05b4a5095..de7e92558 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/organizationSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/organizationSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "organizationSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Organization Schema", "required": [ "EMPTY_SETTINGS", "name", @@ -26,7 +26,7 @@ "EMPTY_SETTINGS": { "type": "object", "default": {}, - "title": "The EMPTY_SETTINGS Schema", + "title": "EMPTY_SETTINGS Identifier (general attribute)", "required": [ "USER_EXTRA_TRANSFORMER", "USER_EXTRA_TRANSFORMER_UPDATE_TIME", @@ -50,7 +50,7 @@ "USER_EXTRA_TRANSFORMER": { "type": "string", "default": "", - "title": "The USER_EXTRA_TRANSFORMER Schema", + "title": "USER_EXTRA_TRANSFORMER Identifier (general attribute)", "examples": [ "" ] @@ -58,7 +58,7 @@ "USER_EXTRA_TRANSFORMER_UPDATE_TIME": { "type": "string", "default": "", - "title": "The USER_EXTRA_TRANSFORMER_UPDATE_TIME Schema", + "title": "USER_EXTRA_TRANSFORMER_UPDATE_TIME Identifier (general attribute)", "examples": [ "" ] @@ -66,7 +66,7 @@ "CUSTOM_BRANDING_KEY": { "type": "string", "default": "", - "title": "The CUSTOM_BRANDING_KEY Schema", + "title": "CUSTOM_BRANDING_KEY Identifier (general attribute)", "examples": [ "" ] @@ -74,7 +74,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (general attribute)", "examples": [ 0 ] @@ -82,7 +82,7 @@ "DEFAULT_INITIAL_CAPACITY": { "type": "integer", "default": 0, - "title": "The DEFAULT_INITIAL_CAPACITY Schema", + "title": "DEFAULT_INITIAL_CAPACITY Identifier (general attribute)", "examples": [ 0 ] @@ -90,7 +90,7 @@ "MAXIMUM_CAPACITY": { "type": "integer", "default": 0, - "title": "The MAXIMUM_CAPACITY Schema", + "title": "MAXIMUM_CAPACITY Identifier (general attribute)", "examples": [ 0 ] @@ -98,7 +98,7 @@ "DEFAULT_LOAD_FACTOR": { "type": "number", "default": 0.0, - "title": "The DEFAULT_LOAD_FACTOR Schema", + "title": "DEFAULT_LOAD_FACTOR Identifier (general attribute)", "examples": [ 0.0 ] @@ -106,7 +106,7 @@ "TREEIFY_THRESHOLD": { "type": "integer", "default": 0, - "title": "The TREEIFY_THRESHOLD Schema", + "title": "TREEIFY_THRESHOLD Identifier (general attribute)", "examples": [ 0 ] @@ -114,7 +114,7 @@ "UNTREEIFY_THRESHOLD": { "type": "integer", "default": 0, - "title": "The UNTREEIFY_THRESHOLD Schema", + "title": "UNTREEIFY_THRESHOLD Identifier (general attribute)", "examples": [ 0 ] @@ -122,7 +122,7 @@ "MIN_TREEIFY_CAPACITY": { "type": "integer", "default": 0, - "title": "The MIN_TREEIFY_CAPACITY Schema", + "title": "MIN_TREEIFY_CAPACITY Identifier (general attribute)", "examples": [ 0 ] @@ -130,7 +130,7 @@ "table": { "type": "array", "default": [], - "title": "The table Schema", + "title": "Table Identifier (general attribute)", "items": { "type": "object", "default": {}, @@ -144,7 +144,7 @@ "hash": { "type": "integer", "default": 0, - "title": "The hash Schema", + "title": "Hash Identifier (general attribute)", "examples": [ 0 ] @@ -152,7 +152,7 @@ "key": { "type": "object", "default": {}, - "title": "The key Schema", + "title": "The key Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -160,7 +160,7 @@ "value": { "type": "object", "default": {}, - "title": "The value Schema", + "title": "The value Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -183,7 +183,7 @@ "entrySet": { "type": "object", "default": {}, - "title": "The entrySet Schema", + "title": "The entrySet Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -191,7 +191,7 @@ "size": { "type": "integer", "default": 0, - "title": "The size Schema", + "title": "The size Identifier (general attribute)", "examples": [ 0 ] @@ -199,7 +199,7 @@ "modCount": { "type": "integer", "default": 0, - "title": "The modCount Schema", + "title": "The modCount Identifier (general attribute)", "examples": [ 0 ] @@ -207,7 +207,7 @@ "threshold": { "type": "integer", "default": 0, - "title": "The threshold Schema", + "title": "The threshold Identifier (general attribute)", "examples": [ 0 ] @@ -215,7 +215,7 @@ "loadFactor": { "type": "number", "default": 0.0, - "title": "The loadFactor Schema", + "title": "The loadFactor Identifier (general attribute)", "examples": [ 0.0 ] @@ -223,7 +223,7 @@ "values": { "type": "object", "default": {}, - "title": "The values Schema", + "title": "The values Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -256,7 +256,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "Name Identifier (general attribute)", "examples": [ "" ] @@ -264,7 +264,7 @@ "isAutoGeneratedOrganization": { "type": "boolean", "default": false, - "title": "The isAutoGeneratedOrganization Schema", + "title": "IsAutoGeneratedOrganization Identifier (general attribute)", "examples": [ false ] @@ -272,7 +272,7 @@ "contactName": { "type": "string", "default": "", - "title": "The contactName Schema", + "title": "ContactName Identifier (general attribute)", "examples": [ "" ] @@ -280,7 +280,7 @@ "contactEmail": { "type": "string", "default": "", - "title": "The contactEmail Schema", + "title": "ContactEmail Identifier (general attribute)", "examples": [ "" ] @@ -288,7 +288,7 @@ "contactPhoneNumber": { "type": "string", "default": "", - "title": "The contactPhoneNumber Schema", + "title": "ContactPhoneNumber Identifier (general attribute)", "examples": [ "" ] @@ -296,7 +296,7 @@ "logoAssetId": { "type": "string", "default": "", - "title": "The logoAssetId Schema", + "title": "LogoAssetId Identifier (general attribute)", "examples": [ "" ] @@ -304,7 +304,7 @@ "source": { "type": "string", "default": "", - "title": "The source Schema", + "title": "Source Identifier (general attribute)", "examples": [ "" ] @@ -312,7 +312,7 @@ "thirdPartyCompanyId": { "type": "string", "default": "", - "title": "The thirdPartyCompanyId Schema", + "title": "ThirdPartyCompanyId Identifier (general attribute)", "examples": [ "" ] @@ -320,10 +320,9 @@ "state": { "type": "array", "default": [], - "title": "The state Schema", + "title": "State Identifier (general attribute)", "items": { "type": "string", - "title": "A Schema", "examples": [ "ACTIVE", "DELETED" @@ -338,7 +337,7 @@ "organizationDomain": { "type": "object", "default": {}, - "title": "The organizationDomain Schema", + "title": "OrganizationDomain Identifier (general attribute)", "required": [ "domain", "configs", @@ -349,7 +348,7 @@ "domain": { "type": "string", "default": "", - "title": "The domain Schema", + "title": "Domain Identifier (general attribute)", "examples": [ "" ] @@ -357,11 +356,10 @@ "configs": { "type": "array", "default": [], - "title": "The configs Schema", + "title": "Configs Identifier (general attribute)", "items": { "type": "object", "default": {}, - "title": "A Schema", "required": [ "id", "source", @@ -375,7 +373,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (general attribute)", "examples": [ "" ] @@ -383,7 +381,7 @@ "source": { "type": "string", "default": "", - "title": "The source Schema", + "title": "Source Identifier (general attribute)", "examples": [ "" ] @@ -391,7 +389,7 @@ "sourceName": { "type": "string", "default": "", - "title": "The sourceName Schema", + "title": "SourceName Identifier (general attribute)", "examples": [ "" ] @@ -399,7 +397,7 @@ "enable": { "type": "boolean", "default": false, - "title": "The enable Schema", + "title": "Enable Identifier (general attribute)", "examples": [ false ] @@ -407,7 +405,7 @@ "enableRegister": { "type": "boolean", "default": false, - "title": "The enableRegister Schema", + "title": "EnableRegister Identifier (general attribute)", "examples": [ false ] @@ -415,7 +413,7 @@ "authType": { "type": "string", "default": "", - "title": "The authType Schema", + "title": "AuthType Identifier (general attribute)", "examples": [ "" ] @@ -423,7 +421,7 @@ "@comment": { "type": "object", "default": {}, - "title": "The @comment Schema", + "title": "The @comment Identifier (internal attribute)", "required": [ "source" ], @@ -431,7 +429,7 @@ "source": { "type": "string", "default": "", - "title": "The source Schema", + "title": "Source Identifier (internal attribute)", "examples": [ "/**\n * here source should be unique for every authentication source. e.g., the google oauth2, the gitHub oauth2, or cas-sso of an org.\n */" ] @@ -471,11 +469,10 @@ "authConfigs": { "type": "array", "default": [], - "title": "The authConfigs Schema", + "title": "The authConfigs Identifier (internal attribute)", "items": { "type": "object", "default": {}, - "title": "A Schema", "required": [], "properties": {}, "examples": [{}] @@ -487,7 +484,7 @@ "@comment": { "type": "object", "default": {}, - "title": "The @comment Schema", + "title": "The @comment Identifier (internal attribute)", "required": [ "authConfigs" ], @@ -495,7 +492,7 @@ "authConfigs": { "type": "string", "default": "", - "title": "The authConfigs Schema", + "title": "The authConfigs Identifier (internal attribute)", "examples": [ "/**\n * Only used for mongodb (de)serialization\n */" ] @@ -528,7 +525,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "The serialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -536,7 +533,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "The id Identifier (internal attribute)", "examples": [ "" ] @@ -544,7 +541,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "The createdAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -556,7 +553,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "The MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -564,7 +561,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "The MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -572,7 +569,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "The serialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -580,7 +577,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "The seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -588,7 +585,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "The nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -605,7 +602,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "The createdBy Identifier (internal attribute)", "examples": [ "" ] @@ -613,7 +610,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "The modifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverconfigSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverconfigSchema.json index 343f13ab0..936d25f77 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverconfigSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverconfigSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "serverconfigSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "ServerConfig Schema", "required": [ "key", "value", @@ -17,7 +17,7 @@ "key": { "type": "string", "default": "", - "title": "The key Schema", + "title": "Key Identifier (general attribute)", "examples": [ "" ] @@ -25,7 +25,7 @@ "value": { "type": "object", "default": {}, - "title": "The value Schema", + "title": "Value Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -33,7 +33,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "The serialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -41,7 +41,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "The id Identifier (internal attribute)", "examples": [ "" ] @@ -49,7 +49,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "The createdAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -61,7 +61,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "The MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -69,7 +69,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "The MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -77,7 +77,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "The serialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -85,7 +85,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "The seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -93,7 +93,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "The nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -110,7 +110,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "The createdBy Identifier (internal attribute)", "examples": [ "" ] @@ -118,7 +118,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "The modifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverlogSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverlogSchema.json index e3df92af3..8ca7246ce 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverlogSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/serverlogSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "serverlogSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "ServerLog Schema", "required": [ "userId", "urlPath", @@ -16,7 +16,7 @@ "userId": { "type": "string", "default": "", - "title": "The userId Schema", + "title": "UserId Identifier (general attribute)", "examples": [ "" ] @@ -24,7 +24,7 @@ "urlPath": { "type": "string", "default": "", - "title": "The urlPath Schema", + "title": "UrlPath Identifier (general attribute)", "examples": [ "" ] @@ -32,7 +32,7 @@ "httpMethod": { "type": "string", "default": "", - "title": "The httpMethod Schema", + "title": "HttpMethod Identifier (general attribute)", "examples": [ "" ] @@ -40,7 +40,7 @@ "requestBody": { "type": "string", "default": "", - "title": "The requestBody Schema", + "title": "RequestBody Identifier (general attribute)", "examples": [ "" ] @@ -48,7 +48,7 @@ "queryParameters": { "type": "object", "default": {}, - "title": "The queryParameters Schema", + "title": "QueryParameters Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -56,7 +56,7 @@ "createTime": { "type": "integer", "default": 0, - "title": "The createTime Schema", + "title": "CreateTime Identifier (general attribute)", "examples": [ 0 ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/templateSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/templateSchema.json index 3be6cc0d4..98d1323e0 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/templateSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/templateSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "templateSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "Template Schema", "required": [ "name", "applicationId", @@ -17,7 +17,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "Name Identifier (general attribute)", "examples": [ "" ] @@ -25,7 +25,7 @@ "applicationId": { "type": "string", "default": "", - "title": "The applicationId Schema", + "title": "ApplicationId Identifier (general attribute)", "examples": [ "" ] @@ -33,7 +33,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -41,7 +41,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -49,7 +49,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -61,7 +61,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -69,7 +69,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -77,7 +77,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -85,7 +85,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -93,7 +93,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -110,7 +110,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -118,7 +118,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/tokenbasedconnectiondoSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/tokenbasedconnectiondoSchema.json index d587e3ef2..843703734 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/tokenbasedconnectiondoSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/tokenbasedconnectiondoSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "tokenbasedconnectiondoSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "TokenBasedConnectionDO Schema", "required": [ "$schema", "$id", @@ -15,1459 +15,129 @@ "examples" ], "properties": { - "$schema": { + "datasourceId": { "type": "string", "default": "", - "title": "The $schema Schema", + "title": "DatasourceId Name Identifier (general attribute)", "examples": [ - "https://json-schema.org/draft/2019-09/schema" + "" ] }, - "$id": { - "type": "string", - "default": "", - "title": "The $id Schema", - "examples": [ - "http://example.com/example.json" - ] - }, - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "object" - ] - }, - "default": { + "tokenDetail": { "type": "object", "default": {}, - "title": "The default Schema", + "title": "TokenDetail Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", + "serialVersionUID": { + "type": "integer", + "default": 0, + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ - "Root Schema" + 0 ] }, - "required": { - "type": "array", - "default": [], - "title": "The required Schema", - "items": { - "type": "string", - "title": "A Schema", - "examples": [ - "datasourceId", - "tokenDetail", - "serialVersionUID", - "id", - "createdAt", - "createdBy", - "modifiedBy" - ] - }, + "id": { + "type": "string", + "default": "", + "title": "Id Identifier (internal attribute)", "examples": [ - ["datasourceId", - "tokenDetail", - "serialVersionUID", - "id", - "createdAt", - "createdBy", - "modifiedBy" - ] + "" ] }, - "properties": { + "createdAt": { "type": "object", "default": {}, - "title": "The properties Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ - "datasourceId", - "tokenDetail", + "MIN_SECOND", + "MAX_SECOND", "serialVersionUID", - "id", - "createdAt", - "createdBy", - "modifiedBy" + "seconds", + "nanos" ], "properties": { - "datasourceId": { - "type": "object", - "default": {}, - "title": "The datasourceId Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "string" - ] - }, - "default": { - "type": "string", - "default": "", - "title": "The default Schema", - "examples": [ - "" - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The datasourceId Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "string", - "default": "", - "title": "A Schema", - "examples": [ - "" - ] - }, - "examples": [ - [ - ""] - ] - } - }, - "examples": [{ - "type": "string", - "default": "", - "title": "The datasourceId Schema", - "examples": [ - "" - ] - }] - }, - "tokenDetail": { - "type": "object", - "default": {}, - "title": "The tokenDetail Schema", - "required": [ - "type", - "default", - "title", - "required", - "properties", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "object" - ] - }, - "default": { - "type": "object", - "default": {}, - "title": "The default Schema", - "required": [], - "properties": {}, - "examples": [{}] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The tokenDetail Schema" - ] - }, - "required": { - "type": "array", - "default": [], - "title": "The required Schema", - "items": {}, - "examples": [ - [] - ] - }, - "properties": { - "type": "object", - "default": {}, - "title": "The properties Schema", - "required": [], - "properties": {}, - "examples": [{}] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "object", - "default": {}, - "title": "A Schema", - "required": [], - "properties": {}, - "examples": [{}] - }, - "examples": [ - [{}] - ] - } - }, - "examples": [{ - "type": "object", - "default": {}, - "title": "The tokenDetail Schema", - "required": [], - "properties": {}, - "examples": [{}] - }] - }, - "serialVersionUID": { - "type": "object", - "default": {}, - "title": "The serialVersionUID Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "integer" - ] - }, - "default": { - "type": "integer", - "default": 0, - "title": "The default Schema", - "examples": [ - 0 - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The serialVersionUID Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "integer", - "default": 0, - "title": "A Schema", - "examples": [ - 0 - ] - }, - "examples": [ - [ - 0] - ] - } - }, - "examples": [{ - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }] - }, - "id": { - "type": "object", - "default": {}, - "title": "The id Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "string" - ] - }, - "default": { - "type": "string", - "default": "", - "title": "The default Schema", - "examples": [ - "" - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The id Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "string", - "default": "", - "title": "A Schema", - "examples": [ - "" - ] - }, - "examples": [ - [ - ""] - ] - } - }, - "examples": [{ - "type": "string", - "default": "", - "title": "The id Schema", - "examples": [ - "" - ] - }] - }, - "createdAt": { - "type": "object", - "default": {}, - "title": "The createdAt Schema", - "required": [ - "type", - "default", - "title", - "required", - "properties", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "object" - ] - }, - "default": { - "type": "object", - "default": {}, - "title": "The default Schema", - "required": [], - "properties": {}, - "examples": [{}] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The createdAt Schema" - ] - }, - "required": { - "type": "array", - "default": [], - "title": "The required Schema", - "items": { - "type": "string", - "title": "A Schema", - "examples": [ - "MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ] - }, - "examples": [ - ["MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ] - ] - }, - "properties": { - "type": "object", - "default": {}, - "title": "The properties Schema", - "required": [ - "MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ], - "properties": { - "MIN_SECOND": { - "type": "object", - "default": {}, - "title": "The MIN_SECOND Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "integer" - ] - }, - "default": { - "type": "integer", - "default": 0, - "title": "The default Schema", - "examples": [ - 0 - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The MIN_SECOND Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "integer", - "default": 0, - "title": "A Schema", - "examples": [ - 0 - ] - }, - "examples": [ - [ - 0] - ] - } - }, - "examples": [{ - "type": "integer", - "default": 0, - "title": "The MIN_SECOND Schema", - "examples": [ - 0 - ] - }] - }, - "MAX_SECOND": { - "type": "object", - "default": {}, - "title": "The MAX_SECOND Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "integer" - ] - }, - "default": { - "type": "integer", - "default": 0, - "title": "The default Schema", - "examples": [ - 0 - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The MAX_SECOND Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "integer", - "default": 0, - "title": "A Schema", - "examples": [ - 0 - ] - }, - "examples": [ - [ - 0] - ] - } - }, - "examples": [{ - "type": "integer", - "default": 0, - "title": "The MAX_SECOND Schema", - "examples": [ - 0 - ] - }] - }, - "serialVersionUID": { - "type": "object", - "default": {}, - "title": "The serialVersionUID Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "integer" - ] - }, - "default": { - "type": "integer", - "default": 0, - "title": "The default Schema", - "examples": [ - 0 - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The serialVersionUID Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "integer", - "default": 0, - "title": "A Schema", - "examples": [ - 0 - ] - }, - "examples": [ - [ - 0] - ] - } - }, - "examples": [{ - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }] - }, - "seconds": { - "type": "object", - "default": {}, - "title": "The seconds Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "integer" - ] - }, - "default": { - "type": "integer", - "default": 0, - "title": "The default Schema", - "examples": [ - 0 - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The seconds Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "integer", - "default": 0, - "title": "A Schema", - "examples": [ - 0 - ] - }, - "examples": [ - [ - 0] - ] - } - }, - "examples": [{ - "type": "integer", - "default": 0, - "title": "The seconds Schema", - "examples": [ - 0 - ] - }] - }, - "nanos": { - "type": "object", - "default": {}, - "title": "The nanos Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "integer" - ] - }, - "default": { - "type": "integer", - "default": 0, - "title": "The default Schema", - "examples": [ - 0 - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The nanos Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "integer", - "default": 0, - "title": "A Schema", - "examples": [ - 0 - ] - }, - "examples": [ - [ - 0] - ] - } - }, - "examples": [{ - "type": "integer", - "default": 0, - "title": "The nanos Schema", - "examples": [ - 0 - ] - }] - } - }, - "examples": [{ - "MIN_SECOND": { - "type": "integer", - "default": 0, - "title": "The MIN_SECOND Schema", - "examples": [ - 0 - ] - }, - "MAX_SECOND": { - "type": "integer", - "default": 0, - "title": "The MAX_SECOND Schema", - "examples": [ - 0 - ] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "seconds": { - "type": "integer", - "default": 0, - "title": "The seconds Schema", - "examples": [ - 0 - ] - }, - "nanos": { - "type": "integer", - "default": 0, - "title": "The nanos Schema", - "examples": [ - 0 - ] - } - }] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "object", - "default": {}, - "title": "A Schema", - "required": [ - "MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ], - "properties": { - "MIN_SECOND": { - "type": "integer", - "default": 0, - "title": "The MIN_SECOND Schema", - "examples": [ - 0 - ] - }, - "MAX_SECOND": { - "type": "integer", - "default": 0, - "title": "The MAX_SECOND Schema", - "examples": [ - 0 - ] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "seconds": { - "type": "integer", - "default": 0, - "title": "The seconds Schema", - "examples": [ - 0 - ] - }, - "nanos": { - "type": "integer", - "default": 0, - "title": "The nanos Schema", - "examples": [ - 0 - ] - } - }, - "examples": [{ - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }] - }, - "examples": [ - [{ - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }] - ] - } - }, - "examples": [{ - "type": "object", - "default": {}, - "title": "The createdAt Schema", - "required": [ - "MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ], - "properties": { - "MIN_SECOND": { - "type": "integer", - "default": 0, - "title": "The MIN_SECOND Schema", - "examples": [ - 0 - ] - }, - "MAX_SECOND": { - "type": "integer", - "default": 0, - "title": "The MAX_SECOND Schema", - "examples": [ - 0 - ] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "seconds": { - "type": "integer", - "default": 0, - "title": "The seconds Schema", - "examples": [ - 0 - ] - }, - "nanos": { - "type": "integer", - "default": 0, - "title": "The nanos Schema", - "examples": [ - 0 - ] - } - }, - "examples": [{ - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }] - }] - }, - "createdBy": { - "type": "object", - "default": {}, - "title": "The createdBy Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "string" - ] - }, - "default": { - "type": "string", - "default": "", - "title": "The default Schema", - "examples": [ - "" - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The createdBy Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "string", - "default": "", - "title": "A Schema", - "examples": [ - "" - ] - }, - "examples": [ - [ - ""] - ] - } - }, - "examples": [{ - "type": "string", - "default": "", - "title": "The createdBy Schema", - "examples": [ - "" - ] - }] - }, - "modifiedBy": { - "type": "object", - "default": {}, - "title": "The modifiedBy Schema", - "required": [ - "type", - "default", - "title", - "examples" - ], - "properties": { - "type": { - "type": "string", - "default": "", - "title": "The type Schema", - "examples": [ - "string" - ] - }, - "default": { - "type": "string", - "default": "", - "title": "The default Schema", - "examples": [ - "" - ] - }, - "title": { - "type": "string", - "default": "", - "title": "The title Schema", - "examples": [ - "The modifiedBy Schema" - ] - }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "string", - "default": "", - "title": "A Schema", - "examples": [ - "" - ] - }, - "examples": [ - [ - ""] - ] - } - }, - "examples": [{ - "type": "string", - "default": "", - "title": "The modifiedBy Schema", - "examples": [ - "" - ] - }] - } - }, - "examples": [{ - "datasourceId": { - "type": "string", - "default": "", - "title": "The datasourceId Schema", + "MIN_SECOND": { + "type": "integer", + "default": 0, + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ - "" + 0 ] }, - "tokenDetail": { - "type": "object", - "default": {}, - "title": "The tokenDetail Schema", - "required": [], - "properties": {}, - "examples": [{}] - }, - "serialVersionUID": { + "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] }, - "id": { - "type": "string", - "default": "", - "title": "The id Schema", + "serialVersionUID": { + "type": "integer", + "default": 0, + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ - "" + 0 ] }, - "createdAt": { - "type": "object", - "default": {}, - "title": "The createdAt Schema", - "required": [ - "MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ], - "properties": { - "MIN_SECOND": { - "type": "integer", - "default": 0, - "title": "The MIN_SECOND Schema", - "examples": [ - 0 - ] - }, - "MAX_SECOND": { - "type": "integer", - "default": 0, - "title": "The MAX_SECOND Schema", - "examples": [ - 0 - ] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "seconds": { - "type": "integer", - "default": 0, - "title": "The seconds Schema", - "examples": [ - 0 - ] - }, - "nanos": { - "type": "integer", - "default": 0, - "title": "The nanos Schema", - "examples": [ - 0 - ] - } - }, - "examples": [{ - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }] - }, - "createdBy": { - "type": "string", - "default": "", - "title": "The createdBy Schema", + "seconds": { + "type": "integer", + "default": 0, + "title": "Seconds Identifier (internal attribute)", "examples": [ - "" + 0 ] }, - "modifiedBy": { - "type": "string", - "default": "", - "title": "The modifiedBy Schema", + "nanos": { + "type": "integer", + "default": 0, + "title": "Nanos Identifier (internal attribute)", "examples": [ - "" + 0 ] } + }, + "examples": [{ + "MIN_SECOND": 0, + "MAX_SECOND": 0, + "serialVersionUID": 0, + "seconds": 0, + "nanos": 0 }] }, - "examples": { - "type": "array", - "default": [], - "title": "The examples Schema", - "items": { - "type": "object", - "default": {}, - "title": "A Schema", - "required": [ - "datasourceId", - "tokenDetail", - "serialVersionUID", - "id", - "createdAt", - "createdBy", - "modifiedBy" - ], - "properties": { - "datasourceId": { - "type": "string", - "default": "", - "title": "The datasourceId Schema", - "examples": [ - "" - ] - }, - "tokenDetail": { - "type": "object", - "default": {}, - "title": "The tokenDetail Schema", - "required": [], - "properties": {}, - "examples": [{}] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "id": { - "type": "string", - "default": "", - "title": "The id Schema", - "examples": [ - "" - ] - }, - "createdAt": { - "type": "object", - "default": {}, - "title": "The createdAt Schema", - "required": [ - "MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ], - "properties": { - "MIN_SECOND": { - "type": "integer", - "default": 0, - "title": "The MIN_SECOND Schema", - "examples": [ - 0 - ] - }, - "MAX_SECOND": { - "type": "integer", - "default": 0, - "title": "The MAX_SECOND Schema", - "examples": [ - 0 - ] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "seconds": { - "type": "integer", - "default": 0, - "title": "The seconds Schema", - "examples": [ - 0 - ] - }, - "nanos": { - "type": "integer", - "default": 0, - "title": "The nanos Schema", - "examples": [ - 0 - ] - } - }, - "examples": [{ - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }] - }, - "createdBy": { - "type": "string", - "default": "", - "title": "The createdBy Schema", - "examples": [ - "" - ] - }, - "modifiedBy": { - "type": "string", - "default": "", - "title": "The modifiedBy Schema", - "examples": [ - "" - ] - } - }, - "examples": [{ - "datasourceId": "", - "tokenDetail": {}, - "serialVersionUID": 0, - "id": "", - "createdAt": { - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }, - "createdBy": "", - "modifiedBy": "" - }] - }, + "createdBy": { + "type": "string", + "default": "", + "title": "CreatedBy Identifier (internal attribute)", + "examples": [ + "" + ] + }, + "modifiedBy": { + "type": "string", + "default": "", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ - [{ - "datasourceId": "", - "tokenDetail": {}, - "serialVersionUID": 0, - "id": "", - "createdAt": { - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }, - "createdBy": "", - "modifiedBy": "" - }] + "" ] } }, "examples": [{ - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", - "type": "object", - "default": {}, - "title": "Root Schema", - "required": [ - "datasourceId", - "tokenDetail", - "serialVersionUID", - "id", - "createdAt", - "createdBy", - "modifiedBy" - ], - "properties": { - "datasourceId": { - "type": "string", - "default": "", - "title": "The datasourceId Schema", - "examples": [ - "" - ] - }, - "tokenDetail": { - "type": "object", - "default": {}, - "title": "The tokenDetail Schema", - "required": [], - "properties": {}, - "examples": [{}] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "id": { - "type": "string", - "default": "", - "title": "The id Schema", - "examples": [ - "" - ] - }, - "createdAt": { - "type": "object", - "default": {}, - "title": "The createdAt Schema", - "required": [ - "MIN_SECOND", - "MAX_SECOND", - "serialVersionUID", - "seconds", - "nanos" - ], - "properties": { - "MIN_SECOND": { - "type": "integer", - "default": 0, - "title": "The MIN_SECOND Schema", - "examples": [ - 0 - ] - }, - "MAX_SECOND": { - "type": "integer", - "default": 0, - "title": "The MAX_SECOND Schema", - "examples": [ - 0 - ] - }, - "serialVersionUID": { - "type": "integer", - "default": 0, - "title": "The serialVersionUID Schema", - "examples": [ - 0 - ] - }, - "seconds": { - "type": "integer", - "default": 0, - "title": "The seconds Schema", - "examples": [ - 0 - ] - }, - "nanos": { - "type": "integer", - "default": 0, - "title": "The nanos Schema", - "examples": [ - 0 - ] - } - }, - "examples": [{ - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }] - }, - "createdBy": { - "type": "string", - "default": "", - "title": "The createdBy Schema", - "examples": [ - "" - ] - }, - "modifiedBy": { - "type": "string", - "default": "", - "title": "The modifiedBy Schema", - "examples": [ - "" - ] - } - }, - "examples": [{ - "datasourceId": "", - "tokenDetail": {}, + "datasourceId": "", + "tokenDetail": {}, + "serialVersionUID": 0, + "id": "", + "createdAt": { + "MIN_SECOND": 0, + "MAX_SECOND": 0, "serialVersionUID": 0, - "id": "", - "createdAt": { - "MIN_SECOND": 0, - "MAX_SECOND": 0, - "serialVersionUID": 0, - "seconds": 0, - "nanos": 0 - }, - "createdBy": "", - "modifiedBy": "" - }] + "seconds": 0, + "nanos": 0 + }, + "createdBy": "", + "modifiedBy": "" }] } \ No newline at end of file diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userSchema.json index 896aa4f21..6e687b015 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "userSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "User Schema", "required": [ "EMPTY_TRANSFORMED_USER_INFO", "name", @@ -48,7 +48,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "The serialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -56,7 +56,7 @@ "DEFAULT_INITIAL_CAPACITY": { "type": "integer", "default": 0, - "title": "The DEFAULT_INITIAL_CAPACITY Schema", + "title": "The DEFAULT_INITIAL_CAPACITY Identifier (general attribute)", "examples": [ 0 ] @@ -64,7 +64,7 @@ "MAXIMUM_CAPACITY": { "type": "integer", "default": 0, - "title": "The MAXIMUM_CAPACITY Schema", + "title": "The MAXIMUM_CAPACITY Identifier (general attribute)", "examples": [ 0 ] @@ -72,7 +72,7 @@ "DEFAULT_LOAD_FACTOR": { "type": "number", "default": 0.0, - "title": "The DEFAULT_LOAD_FACTOR Schema", + "title": "The DEFAULT_LOAD_FACTOR Identifier (general attribute)", "examples": [ 0.0 ] @@ -80,7 +80,7 @@ "TREEIFY_THRESHOLD": { "type": "integer", "default": 0, - "title": "The TREEIFY_THRESHOLD Schema", + "title": "The TREEIFY_THRESHOLD Identifier (general attribute)", "examples": [ 0 ] @@ -88,7 +88,7 @@ "UNTREEIFY_THRESHOLD": { "type": "integer", "default": 0, - "title": "The UNTREEIFY_THRESHOLD Schema", + "title": "The UNTREEIFY_THRESHOLD Identifier (general attribute)", "examples": [ 0 ] @@ -96,7 +96,7 @@ "MIN_TREEIFY_CAPACITY": { "type": "integer", "default": 0, - "title": "The MIN_TREEIFY_CAPACITY Schema", + "title": "The MIN_TREEIFY_CAPACITY Identifier (general attribute)", "examples": [ 0 ] @@ -104,11 +104,10 @@ "table": { "type": "array", "default": [], - "title": "The table Schema", + "title": "The table Identifier (general attribute)", "items": { "type": "object", "default": {}, - "title": "A Schema", "required": [ "hash", "key", @@ -118,7 +117,7 @@ "hash": { "type": "integer", "default": 0, - "title": "The hash Schema", + "title": "The hash Identifier (general attribute)", "examples": [ 0 ] @@ -126,7 +125,7 @@ "key": { "type": "object", "default": {}, - "title": "The key Schema", + "title": "The key Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -134,7 +133,7 @@ "value": { "type": "object", "default": {}, - "title": "The value Schema", + "title": "The value Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -157,7 +156,7 @@ "entrySet": { "type": "object", "default": {}, - "title": "The entrySet Schema", + "title": "The entrySet Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -165,7 +164,7 @@ "size": { "type": "integer", "default": 0, - "title": "The size Schema", + "title": "The size Identifier (general attribute)", "examples": [ 0 ] @@ -173,7 +172,7 @@ "modCount": { "type": "integer", "default": 0, - "title": "The modCount Schema", + "title": "The modCount Identifier (general attribute)", "examples": [ 0 ] @@ -181,7 +180,7 @@ "threshold": { "type": "integer", "default": 0, - "title": "The threshold Schema", + "title": "The threshold Identifier (general attribute)", "examples": [ 0 ] @@ -189,7 +188,7 @@ "loadFactor": { "type": "number", "default": 0.0, - "title": "The loadFactor Schema", + "title": "The loadFactor Identifier (general attribute)", "examples": [ 0.0 ] @@ -197,7 +196,7 @@ "values": { "type": "object", "default": {}, - "title": "The values Schema", + "title": "The values Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -227,7 +226,7 @@ "name": { "type": "string", "default": "", - "title": "The name Schema", + "title": "The name Identifier (general attribute)", "examples": [ "" ] @@ -235,7 +234,7 @@ "avatar": { "type": "string", "default": "", - "title": "The avatar Schema", + "title": "The avatar Identifier (general attribute)", "examples": [ "" ] @@ -243,7 +242,7 @@ "tpAvatarLink": { "type": "string", "default": "", - "title": "The tpAvatarLink Schema", + "title": "The tpAvatarLink Identifier (general attribute)", "examples": [ "" ] @@ -251,7 +250,7 @@ "state": { "type": "array", "default": [], - "title": "The state Schema", + "title": "The state Identifier (general attribute)", "items": { "type": "string", "title": "A Schema", @@ -273,7 +272,7 @@ "isEnabled": { "type": "boolean", "default": false, - "title": "The isEnabled Schema", + "title": "The isEnabled Identifier (general attribute)", "examples": [ false ] @@ -281,7 +280,7 @@ "password": { "type": "string", "default": "", - "title": "The password Schema", + "title": "The password Identifier (general attribute)", "examples": [ "" ] @@ -289,7 +288,7 @@ "isAnonymous": { "type": "boolean", "default": false, - "title": "The isAnonymous Schema", + "title": "The isAnonymous Identifier (general attribute)", "examples": [ false ] @@ -297,7 +296,7 @@ "connections": { "type": "object", "default": {}, - "title": "The connections Schema", + "title": "The connections Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -305,7 +304,7 @@ "avatarUrl": { "type": "object", "default": {}, - "title": "The avatarUrl Schema", + "title": "The avatarUrl Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}] @@ -313,7 +312,7 @@ "isNewUser": { "type": "boolean", "default": false, - "title": "The isNewUser Schema", + "title": "The isNewUser Identifier (general attribute)", "examples": [ false ] @@ -321,7 +320,7 @@ "hasSetNickname": { "type": "boolean", "default": false, - "title": "The hasSetNickname Schema", + "title": "HasSetNickname Identifier (general attribute)", "examples": [ false ] @@ -329,7 +328,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -337,7 +336,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (internal attribute)", "examples": [ "" ] @@ -345,7 +344,7 @@ "createdAt": { "type": "object", "default": {}, - "title": "The createdAt Schema", + "title": "CreatedAt Identifier (internal attribute)", "required": [ "MIN_SECOND", "MAX_SECOND", @@ -357,7 +356,7 @@ "MIN_SECOND": { "type": "integer", "default": 0, - "title": "The MIN_SECOND Schema", + "title": "MIN_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -365,7 +364,7 @@ "MAX_SECOND": { "type": "integer", "default": 0, - "title": "The MAX_SECOND Schema", + "title": "MAX_SECOND Identifier (internal attribute)", "examples": [ 0 ] @@ -373,7 +372,7 @@ "serialVersionUID": { "type": "integer", "default": 0, - "title": "The serialVersionUID Schema", + "title": "SerialVersionUID Identifier (internal attribute)", "examples": [ 0 ] @@ -381,7 +380,7 @@ "seconds": { "type": "integer", "default": 0, - "title": "The seconds Schema", + "title": "Seconds Identifier (internal attribute)", "examples": [ 0 ] @@ -389,7 +388,7 @@ "nanos": { "type": "integer", "default": 0, - "title": "The nanos Schema", + "title": "Nanos Identifier (internal attribute)", "examples": [ 0 ] @@ -406,7 +405,7 @@ "createdBy": { "type": "string", "default": "", - "title": "The createdBy Schema", + "title": "CreatedBy Identifier (internal attribute)", "examples": [ "" ] @@ -414,7 +413,7 @@ "modifiedBy": { "type": "string", "default": "", - "title": "The modifiedBy Schema", + "title": "ModifiedBy Identifier (internal attribute)", "examples": [ "" ] diff --git a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userstatusSchema.json b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userstatusSchema.json index f58936946..0fbd70fcf 100644 --- a/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userstatusSchema.json +++ b/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/dataschema/userstatusSchema.json @@ -1,9 +1,9 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", + "$id": "userstatusSchema.json", "type": "object", "default": {}, - "title": "Root Schema", + "title": "UserStatus Schema", "required": [ "id", "hasShowNewUserGuidance", @@ -14,7 +14,7 @@ "id": { "type": "string", "default": "", - "title": "The id Schema", + "title": "Id Identifier (general attribute)", "examples": [ "" ] @@ -22,7 +22,7 @@ "hasShowNewUserGuidance": { "type": "boolean", "default": false, - "title": "The hasShowNewUserGuidance Schema", + "title": "HasShowNewUserGuidance Identifier (general attribute)", "examples": [ false ] @@ -30,7 +30,7 @@ "banned": { "type": "boolean", "default": false, - "title": "The banned Schema", + "title": "Banned Identifier (general attribute)", "examples": [ false ] @@ -38,7 +38,7 @@ "statusMap": { "type": "object", "default": {}, - "title": "The statusMap Schema", + "title": "StatusMap Identifier (general attribute)", "required": [], "properties": {}, "examples": [{}]