tacker.api.schemas.vnf_packages module

Schema for vnf packages create API.

tacker.api.schemas.vnf_packages.upload_from_uri = {'additionalProperties': True, 'properties': {'addressInformation': {'format': 'uri', 'maxLength': 2048, 'minLength': 0, 'type': 'string'}, 'password': {'maxLength': 255, 'type': 'string'}, 'userName': {'maxLength': 255, 'pattern': '^[a-zA-Z0-9-_]*$', 'type': 'string'}}, 'required': ['addressInformation'], 'type': 'object'}

Schema for vnf packages update API.