Skip to content

objectType ComponentMetadata

A metadata block for our components. This includes a name, a UUID identifier, a URL, and lists of the messages and options.

ComponentMetadataivoa:string uuidivoa:string nameivoa:string urlivoa:string descriptionivoa:string createdivoa:string modifiedMessageItemAbstractOptionAbstractComponentmessages1..*options1..*meta1

Members

name type mult description
uuid ivoa:string A machine readable UUID, assigned when a component is created in a service.
name ivoa:string A human readable name, assigned by the client.
url ivoa:string The URL to access this component.
description ivoa:string A human readable description.
created ivoa:string The date and time the component was created.
modified ivoa:string The date and time the component was last modified.
messages MessageItem 1 or more A list of messages about this component.
options AbstractOption 1 or more A List of options the client can apply to this component.

Containment

This is contained by AbstractComponent