poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

JSON Representation


From: Konstantinos Chasialis
Subject: JSON Representation
Date: Tue, 5 May 2020 22:44:10 +0300
User-agent: SquirrelMail/1.4.23 [email.uoa.gr]

2020-05-05  Kostas Chasialis <address@hidden>
    * First try of representing PVM primitive values with JSON
    * Added pvm-val.json to libpoke
---
ChangeLog | 3 +++
1 file changed, 3 insertions(+)

libpoke/pvm-val.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/libpoke/pvm-val.json b/libpoke/pvm-val.json
index 9bb08852..98d37d5d 100644
--- a/libpoke/pvm-val.json
+++ b/libpoke/pvm-val.json
@@ -1,6 +1,6 @@
 {
     "$schema": "http://json-schema.org/draft-06/schema#";,
-    "$ref": "#/definitions/PVMValuesRepresentation",
+    "$id": "",
     "title" : "PVMValuesRepresentation",
     "description" : "JSON Representation for PVM values",
     "definitions" : {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]