This wiki page describes my custom property.

The identifier for this property is the URL of this page, https://wiki.ivoa.net/twiki/bin/view/IVOA/MyCustomProperty20210611.

This property contains a set of names of colours, formatted as a JSON list.

For example:

    {
    red,
    green,
    blue
    }

The list can be formatted with or without newlines or spaces between the elements.

    {red, green, blue}
or
    {red,green,blue}

The list may include duplicates

    {red, green, green}

The list may not include blank values

    {red, , green}

The list may use the word null to represent a blank or null value

    {red, null, green}

Topic revision: r1 - 2021-06-11 - DaveMorris
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback