objectType ComponentMetadata
A metadata block for our components. This includes a name, a UUID identifier, a URL, and lists of the messages and options.
Members
| name | type | mult | description |
|---|---|---|---|
| uuid | ivoa:string | optional | A machine readable UUID, assigned when a component is created in a service. |
| name | ivoa:string | optional | A human readable name, assigned by the client. |
| url | ivoa:string | optional | The URL to access this component. |
| description | ivoa:string | optional | A human readable description. |
| created | ivoa:string | optional | The date and time the component was created. |
| modified | ivoa:string | optional | The date and time the component was last modified. |
| messages | MessageItem | 0 or more | A list of messages about this component. |
| options | AbstractOption | 0 or more | A List of options the client can apply to this component. |
Containment
This is contained by AbstractComponent