Skip to content

Commit

Permalink
Remove predefined nodes feature as discussed in working group and upd…
Browse files Browse the repository at this point in the history
…ated context definition to be WoT spec compliant.
  • Loading branch information
barnstee committed Feb 7, 2024
1 parent a01dcad commit d0785a7
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 592 deletions.
3 changes: 1 addition & 2 deletions Models/ThingDescription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
namespace Opc.Ua.Edge.Translator.Models
{
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;

public partial class ThingDescription
{
[JsonProperty("@context")]
public Uri[] Context { get; set; }
public object[] Context { get; set; }

[JsonProperty("id")]
public string Id { get; set; }
Expand Down
290 changes: 0 additions & 290 deletions Samples/pac4200-predefined-nodes.td.jsonld

This file was deleted.

Loading

0 comments on commit d0785a7

Please sign in to comment.