rgeyer / rs_selfservice

A Self Service Portal which consumes the RightScale API
MIT License
6 stars 0 forks source link

Product inputs should have only ID, input_name is superflous #36

Open rgeyer opened 11 years ago

rgeyer commented 11 years ago

The schema should not define both an "id" and "inputname" parameter for product inputs. Instead the "id" field (sanitized to only [a-zA-Z0-9]+) should be used as the input_name since it must be unique.