| .. | .. |
|---|
| 27 | 27 | "autogenerate" : true, |
|---|
| 28 | 28 | "type" : "date", |
|---|
| 29 | 29 | "readOnly" : true |
|---|
| 30 | + }, { |
|---|
| 31 | + "name" : "metadata", |
|---|
| 32 | + "display" : "Metadata", |
|---|
| 33 | + "type" : "metadata", |
|---|
| 34 | + "allow_creation": true |
|---|
| 30 | 35 | } ] |
|---|
| 31 | 36 | }, { |
|---|
| 32 | 37 | "name" : "License types", |
|---|
| .. | .. |
|---|
| 73 | 78 | "name" : "application_name", |
|---|
| 74 | 79 | "display" : "Application", |
|---|
| 75 | 80 | "listingOnly" : true |
|---|
| 81 | + }, { |
|---|
| 82 | + "name" : "metadata", |
|---|
| 83 | + "display" : "Metadata", |
|---|
| 84 | + "type" : "metadata", |
|---|
| 85 | + "allow_creation": false, |
|---|
| 86 | + "limited_to": { |
|---|
| 87 | + "resource": "application", |
|---|
| 88 | + "list": "metadata", |
|---|
| 89 | + "filter_field": "application_id" |
|---|
| 90 | + } |
|---|
| 91 | + |
|---|
| 76 | 92 | } ] |
|---|
| 77 | 93 | }, { |
|---|
| 78 | 94 | "name" : "Organizations", |
|---|