Show
| Key | Type | Description |
|---|---|---|
| organizer | Actor | Organizer |
| poster | Resource | Show poster |
| place | Place | Where is show taking place |
Resources are ways to properly record links to external files.
public string _id;
public string url;
public string fullUrl;
public string title;
public string subtitle;
public string timeframe;
public string organizer;
public string description;
public string posterImageId;
public string access;
public string type;
public string meshUrl;
public string meshguid;
public bool published;
public DateTime createdAt;
public PreviewJSON preview;
public PreviewJSON fileVersions;
public List<PreviewJSON> screenshots;
public List<ArtPieceDataJSON> artPieces;
public List<ArtifactDataJSON> artifacts;
public ModificationJSON modification;
public SpaceJSON space;
public DescriptionAudioJSON descriptionAudio;
public string settings;
public string dataSet;
public string dataSetSetup;