Annotation Interface ResourceSchema
Defines the schema for a resource, specifying its constituent facets and
relationships with other resources.
- Author:
- Luca Frosini (ISTI - CNR)
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe facets that make up this resource.The resources that are related to this resource.
-
Element Details
-
facets
ResourceSchemaEntry[] facetsThe facets that make up this resource.- Returns:
- an array of facets
- Default:
- {}
-
resources
RelatedResourcesEntry[] resourcesThe resources that are related to this resource.- Returns:
- an array of related resources
- Default:
- {}
-