From 93592acda281e700aa63f1ba78588ea59297fba2 Mon Sep 17 00:00:00 2001 From: nirav patel Date: Tue, 6 Sep 2016 14:53:30 -0400 Subject: [PATCH] updated Archetypes Json --- source/user/input_specs/archetypes.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/user/input_specs/archetypes.rst b/source/user/input_specs/archetypes.rst index 3662f2854..286da6ff6 100644 --- a/source/user/input_specs/archetypes.rst +++ b/source/user/input_specs/archetypes.rst @@ -59,14 +59,14 @@ in a library file with a name such as `libsimpleSource.so`, in the standard { "archetypes": { - "spec": { + "spec": [ { "path": "my/custom/path", "lib": "myAgentCollection", "alias": "ReactorAgent" }, - "spec": {"name": "simpleSource" }, - "spec": {"name": "simpleRegion" }, - "spec": {"name": "simpleInst" } - } + {"name": "simpleSource" }, + {"name": "simpleRegion" }, + {"name": "simpleInst" } + ] }