Class: SCIMMY.Schemas.ResourceType
SCIM ResourceType Schema
Description
Summary:
- Ensures a ResourceType instance conforms to the ResourceType schema set out in RFC7643ยง6.
Usage
Instantiates a new resource type that conforms to the SCIM ResourceType schema definition
new SCIMMY.Schemas.ResourceType(resource, basepathopt)
- Extends:
- SCIMMY.Types.Schema
Parameters:
Name | Type | Description |
---|---|---|
resource
|
Object |
the source data to feed through the schema definition |
basepathopt
|
String |
the base path for resolution of a resource's location |
Members
(static) definition: SCIMMY.Types.SchemaDefinition
Retrieves a schema's definition instance
- Type:
- {SCIMMY.Types.SchemaDefinition}
- Implements:
- SCIMMY.Types.Schema.definition