Schema Collection

Sample schemas

   "SchemaDefinition": {
        "id": "252ec49e-0822-43b3-ba18-b222a7471aba",
        "tenantId": "pg",
        "code": "ACCESSCONTROL-ROLEACTIONS.roleactions",
        "description": "roleactions",
        "definition": {
            "type": "object",
            "title": "Generated schema for Root",
            "$schema": "http://json-schema.org/draft-07/schema#",
            "isActive": true,
            "required": [
                "rolecode",
                "actionid"
            ],
            "x-unique": [
                "rolecode",
                "actionid"
            ],
            "properties": {
                "actionid": {
                    "type": "string"
                },
                "rolecode": {
                    "type": "string"
                },
                "tenantId": {
                    "type": "string"
                },
                "actioncode": {
                    "type": "string"
                }
            },
            "x-ref-schema": [
                {
                    "fieldPath": "rolecode",
                    "schemaCode": "ACCESSCONTROL-ROLES.rolesroles"
                },
                {
                    "fieldPath": "actionid",
                    "schemaCode": "ACCESSCONTROL-ACTIONS-TEST.actions-test"
                }
            ]
        },
        "isActive": true,
        "auditDetails": {
            "createdBy": "21c3a3b1-1000-48bf-a820-a7aca37da8d9",
            "lastModifiedBy": "21c3a3b1-1000-48bf-a820-a7aca37da8d9",
            "createdTime": 1695189499319,
            "lastModifiedTime": 1695189499319
        }
    }

Last updated

Was this helpful?