Repository: atlas Updated Branches: refs/heads/master 701b01122 -> 4bf2ebb4b
ATLAS2200 Correct Area 0 keyPattern attribute type Signed-off-by: David Radley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/4bf2ebb4 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/4bf2ebb4 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/4bf2ebb4 Branch: refs/heads/master Commit: 4bf2ebb4b4e8d982739d5f6f1f087989104f00c9 Parents: 701b011 Author: David Radley <[email protected]> Authored: Tue Oct 10 21:36:59 2017 +0200 Committer: David Radley <[email protected]> Committed: Wed Oct 11 13:25:49 2017 +0200 ---------------------------------------------------------------------- addons/models/0000-Area0/0017-ExternalIdentifiers_model.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/4bf2ebb4/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json ---------------------------------------------------------------------- diff --git a/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json b/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json index 3a3bb33..fb0d4bf 100644 --- a/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json +++ b/addons/models/0000-Area0/0017-ExternalIdentifiers_model.json @@ -62,7 +62,7 @@ }, { "name": "keyPattern", - "typeName": "string", + "typeName": "KeyPattern", "cardinality": "SINGLE", "isIndexable": true, "isOptional": true,
