This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


    from 1a9f10b7d5 incorporate peer-review feedback
     new 2a33d33d79 bug test fixes
     new 7860b8d067 switch to a still-existant jsonschema link, and a few misc 
bug and test fixes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   6 +-
 .../ActivityConverterProcessorConfiguration.json   |   4 +-
 ...ivityObjectConverterProcessorConfiguration.json |   4 +-
 .../converter/LineReadWriteConfiguration.json      |   4 +-
 .../streams/components/http/HttpConfiguration.json |   4 +-
 .../http/HttpPersistWriterConfiguration.json       |   4 +-
 .../http/HttpProcessorConfiguration.json           |   4 +-
 .../components/http/HttpProviderConfiguration.json |   4 +-
 .../test/java/SimpleHTTPPostPersistWriterTest.java |   2 +
 .../main/jsonschema/ComponentConfiguration.json    |   4 +-
 .../src/main/jsonschema/StreamsConfiguration.json  |   4 +-
 .../config/test/ComponentConfiguratorTest.java     | 296 ---------------------
 .../amazon/kinesis/KinesisConfiguration.json       |   4 +-
 .../amazon/kinesis/KinesisReaderConfiguration.json |   4 +-
 .../amazon/kinesis/KinesisWriterConfiguration.json |   4 +-
 .../org/apache/streams/s3/S3Configuration.json     |   4 +-
 .../apache/streams/s3/S3ReaderConfiguration.json   |   4 +-
 .../apache/streams/s3/S3WriterConfiguration.json   |   4 +-
 .../streams/cassandra/CassandraConfiguration.json  |   4 +-
 .../elasticsearch/ElasticsearchConfiguration.json  |   4 +-
 .../ElasticsearchReaderConfiguration.json          |   4 +-
 .../ElasticsearchWriterConfiguration.json          |   4 +-
 .../streams/file/FileBufferConfiguration.json      |   4 +-
 .../streams/graph/GraphReaderConfiguration.json    |   4 +-
 .../apache/streams/hbase/HbaseConfiguration.json   |   4 +-
 .../org/apache/streams/hdfs/HdfsConfiguration.json |   4 +-
 .../streams/hdfs/HdfsReaderConfiguration.json      |   4 +-
 .../streams/hdfs/HdfsWriterConfiguration.json      |   4 +-
 .../apache/streams/kafka/KafkaConfiguration.json   |   4 +-
 .../streams/kafka/KafkaReaderConfiguration.json    |   4 +-
 .../streams/kafka/KafkaWriterConfiguration.json    |   4 +-
 .../apache/streams/mongo/MongoConfiguration.json   |   4 +-
 .../apache/streams/neo4j/CypherQueryResponse.json  |   4 +-
 .../apache/streams/neo4j/Neo4jConfiguration.json   |   2 +-
 .../streams/neo4j/Neo4jReaderConfiguration.json    |   2 +-
 .../src/main/jsonschema/RiakConfiguration.json     |   2 +-
 .../api/CompanySubscriptionRequest.json            |   4 +-
 .../fullcontact/api/EnrichCompanyRequest.json      |   4 +-
 .../fullcontact/api/EnrichPersonRequest.json       |   4 +-
 .../fullcontact/api/EnrichPersonResponse.json      |   4 +-
 .../streams/fullcontact/api/LocationQuery.json     |   4 +-
 .../apache/streams/fullcontact/api/NameQuery.json  |   4 +-
 .../fullcontact/api/PersonSubscriptionRequest.json |   4 +-
 .../streams/fullcontact/api/ProfileQuery.json      |   4 +-
 .../config/FullContactConfiguration.json           |   2 +-
 .../streams/fullcontact/pojo/CompanyDetails.json   |   4 +-
 .../streams/fullcontact/pojo/CompanySummary.json   |   4 +-
 .../fullcontact/pojo/CompanyTrafficRank.json       |   4 +-
 .../org/apache/streams/fullcontact/pojo/Day.json   |   4 +-
 .../org/apache/streams/fullcontact/pojo/Group.json |   2 +-
 .../streams/fullcontact/pojo/LocationItem.json     |   4 +-
 .../apache/streams/fullcontact/pojo/PersonAge.json |   4 +-
 .../streams/fullcontact/pojo/PersonDetails.json    |   4 +-
 .../fullcontact/pojo/PersonEducationItem.json      |   4 +-
 .../fullcontact/pojo/PersonEmploymentItem.json     |   4 +-
 .../fullcontact/pojo/PersonInterestItem.json       |   4 +-
 .../streams/fullcontact/pojo/PersonName.json       |   4 +-
 .../streams/fullcontact/pojo/PersonPhoto.json      |   4 +-
 .../streams/fullcontact/pojo/PersonSummary.json    |   4 +-
 .../streams/fullcontact/pojo/PersonTopicItem.json  |   4 +-
 .../apache/streams/fullcontact/pojo/PersonURL.json |   4 +-
 .../streams/fullcontact/pojo/SocialProfile.json    |   4 +-
 .../streams/fullcontact/pojo/SocialProfiles.json   |   4 +-
 .../api/BulkEnrichPersonResponse.json              |   4 +-
 .../api/BulkEnrichPersonResponseItem.json          |   4 +-
 .../peopledatalabs/api/EnrichPersonRequest.json    |   4 +-
 .../peopledatalabs/api/EnrichPersonResponse.json   |   4 +-
 .../config/PeopleDataLabsConfiguration.json        |   2 +-
 .../streams/peopledatalabs/pojo/EducationItem.json |   4 +-
 .../apache/streams/peopledatalabs/pojo/Email.json  |   4 +-
 .../peopledatalabs/pojo/ExperienceItem.json        |   4 +-
 .../streams/peopledatalabs/pojo/IndustryItem.json  |   4 +-
 .../streams/peopledatalabs/pojo/InterestItem.json  |   4 +-
 .../streams/peopledatalabs/pojo/Location.json      |   4 +-
 .../apache/streams/peopledatalabs/pojo/Name.json   |   4 +-
 .../apache/streams/peopledatalabs/pojo/Person.json |   4 +-
 .../streams/peopledatalabs/pojo/PhoneNumber.json   |   4 +-
 .../streams/peopledatalabs/pojo/Primary.json       |   4 +-
 .../streams/peopledatalabs/pojo/Profile.json       |   4 +-
 .../streams/peopledatalabs/pojo/SkillItem.json     |   4 +-
 .../apache/streams/peopledatalabs/pojo/Title.json  |   4 +-
 .../apache/streams/peoplepattern/AccountType.json  |   4 +-
 .../apache/streams/peoplepattern/Demographics.json |   4 +-
 .../apache/pipl/api/BasicSearchRequest.json        |   4 +-
 .../apache/pipl/api/FullPersonSearchRequest.json   |   4 +-
 .../apache/pipl/api/SearchPointerRequest.json      |   4 +-
 .../org/streams/apache/pipl/api/SearchRequest.json |   4 +-
 .../streams/apache/pipl/api/SearchResponse.json    |   4 +-
 .../apache/pipl/config/PiplConfiguration.json      |   2 +-
 .../org/streams/apache/pipl/pojo/Address.json      |   4 +-
 .../streams/apache/pipl/pojo/AvailableData.json    |   4 +-
 .../org/streams/apache/pipl/pojo/DateOfBirth.json  |   4 +-
 .../org/streams/apache/pipl/pojo/DateRange.json    |   4 +-
 .../org/streams/apache/pipl/pojo/Education.json    |   4 +-
 .../org/streams/apache/pipl/pojo/Email.json        |   4 +-
 .../org/streams/apache/pipl/pojo/Ethnicity.json    |   4 +-
 .../org/streams/apache/pipl/pojo/FieldCount.json   |   4 +-
 .../org/streams/apache/pipl/pojo/Gender.json       |   4 +-
 .../org/streams/apache/pipl/pojo/Image.json        |   4 +-
 .../org/streams/apache/pipl/pojo/Job.json          |   4 +-
 .../org/streams/apache/pipl/pojo/Language.json     |   4 +-
 .../org/streams/apache/pipl/pojo/Name.json         |   4 +-
 .../streams/apache/pipl/pojo/OriginCountry.json    |   4 +-
 .../org/streams/apache/pipl/pojo/Person.json       |   4 +-
 .../org/streams/apache/pipl/pojo/Phone.json        |   4 +-
 .../org/streams/apache/pipl/pojo/Relationship.json |   4 +-
 .../org/streams/apache/pipl/pojo/Source.json       |   4 +-
 .../org/streams/apache/pipl/pojo/Url.json          |   4 +-
 .../org/streams/apache/pipl/pojo/UserId.json       |   4 +-
 .../org/streams/apache/pipl/pojo/Username.json     |   4 +-
 .../streams/thedatagroup/api/AppendRequest.json    |   4 +-
 .../api/DemographicsAppendResponse.json            |   4 +-
 .../api/DemographicsAppendResponseAddress.json     |   4 +-
 .../DemographicsAppendResponseDemographics.json    |   4 +-
 ...mographicsAppendResponseDemographicsFamily.json |   4 +-
 ...csAppendResponseDemographicsFamilyChildren.json |   4 +-
 ...mographicsAppendResponseDemographicsPerson.json |   4 +-
 ...sAppendResponseDemographicsPersonEducation.json |   4 +-
 ...csAppendResponseDemographicsPersonFinances.json |   4 +-
 ...csAppendResponseDemographicsPersonLanguage.json |   4 +-
 ...aphicsAppendResponseDemographicsPersonRace.json |   4 +-
 ...AppendResponseDemographicsPersonWorkerType.json |   4 +-
 ...raphicsAppendResponseDemographicsResidence.json |   4 +-
 ...ppendResponseDemographicsResidenceDwelling.json |   4 +-
 ...ographicsAppendResponseDemographicsVehicle.json |   4 +-
 .../api/DemographicsAppendResponseLifeStyles.json  |   4 +-
 ...emographicsAppendResponseLifeStylesApparel.json |   4 +-
 .../DemographicsAppendResponseLifeStylesBook.json  |   4 +-
 ...ographicsAppendResponseLifeStylesInterests.json |   4 +-
 .../api/DemographicsAppendResponsePhones.json      |   4 +-
 .../thedatagroup/api/EmailAppendResponse.json      |   4 +-
 .../thedatagroup/api/EmailLookupRequest.json       |   4 +-
 .../streams/thedatagroup/api/IpLookupRequest.json  |   4 +-
 .../streams/thedatagroup/api/LookupResponse.json   |   4 +-
 .../thedatagroup/api/MobileAppendResponse.json     |   4 +-
 .../thedatagroup/api/PhoneAppendResponse.json      |   4 +-
 .../thedatagroup/api/PhoneAppendResponseItem.json  |   4 +-
 .../thedatagroup/api/PhoneLookupRequest.json       |   4 +-
 .../thedatagroup/api/VehicleAppendResponse.json    |   4 +-
 .../api/VehicleAppendResponseItem.json             |   4 +-
 .../config/TheDataGroupConfiguration.json          |   2 +-
 .../org/apache/streams/urls/LinkDetails.json       |   4 +-
 .../streams/facebook/FacebookConfiguration.json    |   4 +-
 .../FacebookPageFeedProviderConfiguration.json     |   4 +-
 .../FacebookPageProviderConfiguration.json         |   4 +-
 .../FacebookUserInformationConfiguration.json      |   4 +-
 .../facebook/FacebookUserstreamConfiguration.json  |   4 +-
 .../org/apache/streams/facebook/Page.json          |   4 +-
 .../org/apache/streams/facebook/graph/Page.json    |   4 +-
 .../org/apache/streams/facebook/graph/Post.json    |   4 +-
 .../streams/google/gmail/GMailConfiguration.json   |   4 +-
 .../streams/google/gplus/GPlusConfiguration.json   |   4 +-
 .../GPlusUserActivityProviderConfiguration.json    |   4 +-
 .../gplus/GPlusUserDataProviderConfiguration.json  |   4 +-
 .../streams/instagram/api/CommentsResponse.json    |   4 +-
 .../streams/instagram/api/MediaResponse.json       |   4 +-
 .../org/apache/streams/instagram/api/Meta.json     |   4 +-
 .../apache/streams/instagram/api/Pagination.json   |   4 +-
 .../streams/instagram/api/RecentMediaResponse.json |   4 +-
 .../streams/instagram/api/SearchMediaRequest.json  |   4 +-
 .../streams/instagram/api/SearchMediaResponse.json |   4 +-
 .../streams/instagram/api/SearchUsersRequest.json  |   4 +-
 .../streams/instagram/api/SearchUsersResponse.json |   4 +-
 .../instagram/api/SelfLikedMediaRequest.json       |   4 +-
 .../instagram/api/SelfRecentMediaRequest.json      |   4 +-
 .../streams/instagram/api/UserInfoResponse.json    |   4 +-
 .../instagram/api/UserRecentMediaRequest.json      |   4 +-
 .../streams/instagram/api/UsersInfoResponse.json   |   4 +-
 .../InstagramCommentsProviderConfiguration.json    |   4 +-
 .../instagram/config/InstagramConfiguration.json   |   4 +-
 .../InstagramEngagersProviderConfiguration.json    |   4 +-
 .../InstagramLikersProviderConfiguration.json      |   4 +-
 .../InstagramRecentMediaProviderConfiguration.json |   4 +-
 .../InstagramUserInfoProviderConfiguration.json    |   4 +-
 .../org/apache/streams/instagram/pojo/Comment.json |   2 +-
 .../org/apache/streams/instagram/pojo/Media.json   |   4 +-
 .../apache/streams/instagram/pojo/MediaItem.json   |   4 +-
 .../apache/streams/instagram/pojo/UserInfo.json    |   4 +-
 .../org/apache/streams/moreover/Moreover.json      |   4 +-
 .../streams/moreover/MoreoverConfiguration.json    |   4 +-
 .../main/jsonschema/RssStreamConfiguration.json    |   4 +-
 .../sprinklr/api/PartnerAccountsResponse.json      |   4 +-
 .../sprinklr/api/ProfileConversationsRequest.json  |   4 +-
 .../sprinklr/api/ProfileConversationsResponse.json |   4 +-
 .../apache/sprinklr/api/SocialProfileRequest.json  |   4 +-
 .../apache/sprinklr/api/SocialProfileResponse.json |   4 +-
 .../sprinklr/config/SprinklrConfiguration.json     |   4 +-
 .../apache/sprinklr/pojo/ConversationMessage.json  |   4 +-
 .../streams/apache/sprinklr/pojo/MessageKey.json   |   4 +-
 .../apache/sprinklr/pojo/PartnerAccount.json       |   4 +-
 .../apache/sprinklr/pojo/SocialProfile.json        |   4 +-
 .../streams/apache/sprinklr/pojo/TextEntity.json   |   4 +-
 .../org/apache/streams/sysomos/Sysomos.json        |   2 +-
 .../streams/sysomos/SysomosConfiguration.json      |   4 +-
 .../twitter/api/AccountSettingsResponse.json       |   4 +-
 .../twitter/api/DirectMessageNewRequest.json       |   4 +-
 .../twitter/api/DirectMessagesListRequest.json     |   4 +-
 .../twitter/api/DirectMessagesSentRequest.json     |   4 +-
 .../streams/twitter/api/EventShowResponse.json     |   4 +-
 .../streams/twitter/api/EventsListRequest.json     |   4 +-
 .../streams/twitter/api/EventsListResponse.json    |   4 +-
 .../streams/twitter/api/FavoritesListRequest.json  |   4 +-
 .../streams/twitter/api/FollowersIdsRequest.json   |   4 +-
 .../streams/twitter/api/FollowersIdsResponse.json  |   4 +-
 .../streams/twitter/api/FollowersListRequest.json  |   4 +-
 .../streams/twitter/api/FollowersListResponse.json |   4 +-
 .../streams/twitter/api/FollowingIdsRequest.json   |   4 +-
 .../streams/twitter/api/FollowingListRequest.json  |   4 +-
 .../streams/twitter/api/FriendsIdsRequest.json     |   4 +-
 .../streams/twitter/api/FriendsIdsResponse.json    |   4 +-
 .../streams/twitter/api/FriendsListRequest.json    |   4 +-
 .../streams/twitter/api/FriendsListResponse.json   |   4 +-
 .../twitter/api/FriendshipCreateRequest.json       |   4 +-
 .../twitter/api/FriendshipDestroyRequest.json      |   4 +-
 .../streams/twitter/api/FriendshipShowRequest.json |   4 +-
 .../twitter/api/FriendshipShowResponse.json        |   4 +-
 .../twitter/api/FriendshipUpdateRequest.json       |   4 +-
 .../twitter/api/FriendshipsIncomingRequest.json    |   4 +-
 .../twitter/api/FriendshipsLookupRequest.json      |   4 +-
 .../twitter/api/FriendshipsOutgoingRequest.json    |   4 +-
 .../streams/twitter/api/GeoSearchRequest.json      |   4 +-
 .../streams/twitter/api/GeoSearchResponse.json     |   4 +-
 .../streams/twitter/api/MediaStatusRequest.json    |   4 +-
 .../streams/twitter/api/MediaStatusResponse.json   |   4 +-
 .../streams/twitter/api/MessageCreateRequest.json  |   4 +-
 .../apache/streams/twitter/api/ResponseErrors.json |   4 +-
 .../streams/twitter/api/RetweeterIdsRequest.json   |   4 +-
 .../streams/twitter/api/RetweeterIdsResponse.json  |   4 +-
 .../streams/twitter/api/RetweetsRequest.json       |   4 +-
 .../streams/twitter/api/SevenDaySearchRequest.json |   2 +-
 .../twitter/api/SevenDaySearchResponse.json        |   2 +-
 .../twitter/api/StatusesHomeTimelineRequest.json   |   4 +-
 .../streams/twitter/api/StatusesLookupRequest.json |   4 +-
 .../api/StatusesMentionsTimelineRequest.json       |   4 +-
 .../streams/twitter/api/StatusesShowRequest.json   |   4 +-
 .../twitter/api/StatusesUserTimelineRequest.json   |   4 +-
 .../twitter/api/SubscriptionsCountResponse.json    |   4 +-
 .../twitter/api/SubscriptionsListResponse.json     |   4 +-
 .../streams/twitter/api/SuggestedUserCategory.json |   4 +-
 .../twitter/api/ThirtyDaySearchCountsRequest.json  |   4 +-
 .../twitter/api/ThirtyDaySearchCountsResponse.json |   4 +-
 .../twitter/api/ThirtyDaySearchRequest.json        |   4 +-
 .../twitter/api/ThirtyDaySearchResponse.json       |   4 +-
 .../twitter/api/UpdateAccountSettingsRequest.json  |   4 +-
 .../streams/twitter/api/UpdateProfileRequest.json  |   4 +-
 .../streams/twitter/api/UsersLookupRequest.json    |   4 +-
 .../streams/twitter/api/UsersSearchRequest.json    |   4 +-
 .../streams/twitter/api/UsersShowRequest.json      |   4 +-
 .../org/apache/streams/twitter/api/Webhook.json    |   4 +-
 .../streams/twitter/api/WebhooksResponse.json      |   4 +-
 .../twitter/api/WelcomeMessageNewRequest.json      |   4 +-
 .../twitter/api/WelcomeMessageNewResponse.json     |   4 +-
 .../twitter/api/WelcomeMessageNewRuleRequest.json  |   4 +-
 .../twitter/api/WelcomeMessageNewRuleResponse.json |   4 +-
 .../api/WelcomeMessageRulesListRequest.json        |   4 +-
 .../api/WelcomeMessageRulesListResponse.json       |   4 +-
 .../twitter/api/WelcomeMessagesListRequest.json    |   4 +-
 .../twitter/api/WelcomeMessagesListResponse.json   |   4 +-
 .../SevenDaySearchProviderConfiguration.json       |   4 +-
 .../ThirtyDaySearchProviderConfiguration.json      |   4 +-
 .../twitter/config/TwitterConfiguration.json       |   4 +-
 .../TwitterEngagersProviderConfiguration.json      |   4 +-
 .../config/TwitterFollowingConfiguration.json      |   4 +-
 .../twitter/config/TwitterStreamConfiguration.json |   4 +-
 .../TwitterTimelineProviderConfiguration.json      |   4 +-
 .../TwitterUserInformationConfiguration.json       |   4 +-
 .../streams/twitter/pojo/AccountSettings.json      |   4 +-
 .../apache/streams/twitter/pojo/CallToAction.json  |   4 +-
 .../org/apache/streams/twitter/pojo/Delete.json    |   4 +-
 .../apache/streams/twitter/pojo/DirectMessage.json |   4 +-
 .../streams/twitter/pojo/DirectMessageEvent.json   |   4 +-
 .../org/apache/streams/twitter/pojo/Follow.json    |   4 +-
 .../apache/streams/twitter/pojo/FriendList.json    |   4 +-
 .../apache/streams/twitter/pojo/Friendship.json    |   4 +-
 .../org/apache/streams/twitter/pojo/MediaItem.json |   4 +-
 .../streams/twitter/pojo/MessageAttachment.json    |   2 +-
 .../apache/streams/twitter/pojo/MessageData.json   |   2 +-
 .../org/apache/streams/twitter/pojo/Place.json     |   4 +-
 .../apache/streams/twitter/pojo/QuickReply.json    |   4 +-
 .../apache/streams/twitter/pojo/Relationship.json  |   4 +-
 .../streams/twitter/pojo/RelationshipSource.json   |   4 +-
 .../streams/twitter/pojo/RelationshipTarget.json   |   4 +-
 .../org/apache/streams/twitter/pojo/Retweet.json   |   4 +-
 .../org/apache/streams/twitter/pojo/User.json      |   4 +-
 .../streams/twitter/pojo/UserstreamEvent.json      |   4 +-
 .../apache/streams/twitter/pojo/WebhookEvents.json |   4 +-
 .../streams/twitter/pojo/WelcomeMessage.json       |   4 +-
 .../streams/twitter/pojo/WelcomeMessageRule.json   |   4 +-
 .../org/apache/streams/twitter/pojo/tweet.json     |   2 +-
 .../streams/twitter/search/SearchGroups.json       |   4 +-
 .../twitter/search/ThirtyDaySearchOperator.json    |   4 +-
 .../YoutubeChannelProviderConfiguration.json       |   4 +-
 .../streams/youtube/YoutubeConfiguration.json      |   4 +-
 .../YoutubeUserActivityProviderConfiguration.json  |   4 +-
 .../main/jsonschema/FlinkBatchConfiguration.json   |   4 +-
 .../jsonschema/FlinkStreamingConfiguration.json    |   4 +-
 .../main/jsonschema/StreamsFlinkConfiguration.json |   4 +-
 .../TwitterFollowingPipelineConfiguration.json     |   4 +-
 .../TwitterPostsPipelineConfiguration.json         |   4 +-
 .../TwitterSpritzerPipelineConfiguration.json      |   4 +-
 ...witterUserInformationPipelineConfiguration.json |   4 +-
 .../jsonschema/ElasticsearchHdfsConfiguration.json |   4 +-
 .../jsonschema/HdfsElasticsearchConfiguration.json |   4 +-
 .../ElasticsearchReindexConfiguration.json         |   4 +-
 .../MongoElasticsearchSyncConfiguration.json       |   4 +-
 .../TwitterFollowNeo4jConfiguration.json           |   4 +-
 .../TwitterHistoryElasticsearchConfiguration.json  |   2 +-
 ...witterUserstreamElasticsearchConfiguration.json |   4 +-
 .../local/monitoring/MonitoringConfiguration.json  |   4 +-
 .../org/apache/streams/pojo/json/Broadcast.json    |   4 +-
 .../pojo/json/DatumStatusCounterBroadcast.json     |   4 +-
 .../streams/pojo/json/MemoryUsageBroadcast.json    |   4 +-
 .../pojo/json/StreamsTaskCounterBroadcast.json     |   4 +-
 .../pojo/json/ThroughputQueueBroadcast.json        |   4 +-
 .../plugins/StreamsPojoGenerationConfig.java       |  10 +
 .../test/StreamsScalaSourceGeneratorTest.java      |   6 +-
 .../src/main/jsonschema/activity.json              |   2 +-
 .../src/main/jsonschema/object.json                |   2 +-
 .../pojo/StreamsJacksonMapperConfiguration.json    |   4 +-
 .../main/jsonschema/LocalRuntimeConfiguration.json |   4 +-
 .../src/main/jsonschema/activity.json              |   2 +-
 .../src/main/jsonschema/collection.json            |   8 +-
 .../src/main/jsonschema/media_link.json            |   2 +-
 .../src/main/jsonschema/object.json                |   4 +-
 .../src/main/jsonschema/objectTypes/alert.json     |   4 +-
 .../main/jsonschema/objectTypes/application.json   |   4 +-
 .../src/main/jsonschema/objectTypes/article.json   |   2 +-
 .../src/main/jsonschema/objectTypes/audio.json     |   4 +-
 .../src/main/jsonschema/objectTypes/badge.json     |   4 +-
 .../src/main/jsonschema/objectTypes/binary.json    |   4 +-
 .../src/main/jsonschema/objectTypes/bookmark.json  |   4 +-
 .../src/main/jsonschema/objectTypes/comment.json   |   4 +-
 .../src/main/jsonschema/objectTypes/device.json    |   4 +-
 .../src/main/jsonschema/objectTypes/event.json     |   2 +-
 .../src/main/jsonschema/objectTypes/file.json      |   4 +-
 .../src/main/jsonschema/objectTypes/folder.json    |   4 +-
 .../src/main/jsonschema/objectTypes/game.json      |   4 +-
 .../src/main/jsonschema/objectTypes/group.json     |   4 +-
 .../src/main/jsonschema/objectTypes/image.json     |   2 +-
 .../src/main/jsonschema/objectTypes/issue.json     |   2 +-
 .../src/main/jsonschema/objectTypes/job.json       |   2 +-
 .../src/main/jsonschema/objectTypes/list.json      |   2 +-
 .../src/main/jsonschema/objectTypes/note.json      |   2 +-
 .../src/main/jsonschema/objectTypes/offer.json     |   2 +-
 .../main/jsonschema/objectTypes/organization.json  |   2 +-
 .../src/main/jsonschema/objectTypes/page.json      |   2 +-
 .../main/jsonschema/objectTypes/permission.json    |   2 +-
 .../src/main/jsonschema/objectTypes/person.json    |   2 +-
 .../main/jsonschema/objectTypes/photo-album.json   |   4 +-
 .../src/main/jsonschema/objectTypes/photo.json     |   2 +-
 .../src/main/jsonschema/objectTypes/place.json     |   4 +-
 .../src/main/jsonschema/objectTypes/playlist.json  |   4 +-
 .../src/main/jsonschema/objectTypes/process.json   |   4 +-
 .../src/main/jsonschema/objectTypes/product.json   |   4 +-
 .../src/main/jsonschema/objectTypes/property.json  |   4 +-
 .../src/main/jsonschema/objectTypes/question.json  |   4 +-
 .../src/main/jsonschema/objectTypes/review.json    |   4 +-
 .../src/main/jsonschema/objectTypes/role.json      |   4 +-
 .../src/main/jsonschema/objectTypes/service.json   |   4 +-
 .../src/main/jsonschema/objectTypes/song.json      |   2 +-
 .../src/main/jsonschema/objectTypes/status.json    |   4 +-
 .../src/main/jsonschema/objectTypes/task.json      |   4 +-
 .../src/main/jsonschema/objectTypes/team.json      |   2 +-
 .../src/main/jsonschema/objectTypes/video.json     |   2 +-
 .../src/main/jsonschema/verbs/accept.json          |   2 +-
 .../src/main/jsonschema/verbs/access.json          |   2 +-
 .../src/main/jsonschema/verbs/acknowledge.json     |   2 +-
 .../src/main/jsonschema/verbs/add.json             |   2 +-
 .../src/main/jsonschema/verbs/agree.json           |   2 +-
 .../src/main/jsonschema/verbs/append.json          |   2 +-
 .../src/main/jsonschema/verbs/approve.json         |   2 +-
 .../src/main/jsonschema/verbs/archive.json         |   2 +-
 .../src/main/jsonschema/verbs/assign.json          |   2 +-
 .../src/main/jsonschema/verbs/at.json              |   2 +-
 .../src/main/jsonschema/verbs/attach.json          |   2 +-
 .../src/main/jsonschema/verbs/attend.json          |   2 +-
 .../src/main/jsonschema/verbs/author.json          |   2 +-
 .../src/main/jsonschema/verbs/authorize.json       |   2 +-
 .../src/main/jsonschema/verbs/borrow.json          |   2 +-
 .../src/main/jsonschema/verbs/build.json           |   2 +-
 .../src/main/jsonschema/verbs/cancel.json          |   2 +-
 .../src/main/jsonschema/verbs/checkin.json         |   2 +-
 .../src/main/jsonschema/verbs/close.json           |   2 +-
 .../src/main/jsonschema/verbs/complete.json        |   2 +-
 .../src/main/jsonschema/verbs/confirm.json         |   2 +-
 .../src/main/jsonschema/verbs/consume.json         |   2 +-
 .../src/main/jsonschema/verbs/create.json          |   2 +-
 .../src/main/jsonschema/verbs/delete.json          |   2 +-
 .../src/main/jsonschema/verbs/deliver.json         |   2 +-
 .../src/main/jsonschema/verbs/deny.json            |   2 +-
 .../src/main/jsonschema/verbs/disagree.json        |   2 +-
 .../src/main/jsonschema/verbs/dislike.json         |   2 +-
 .../src/main/jsonschema/verbs/experience.json      |   2 +-
 .../src/main/jsonschema/verbs/favorite.json        |   2 +-
 .../src/main/jsonschema/verbs/find.json            |   2 +-
 .../jsonschema/verbs/flag-as-inappropriate.json    |   2 +-
 .../src/main/jsonschema/verbs/follow.json          |   2 +-
 .../src/main/jsonschema/verbs/give.json            |   2 +-
 .../src/main/jsonschema/verbs/host.json            |   2 +-
 .../src/main/jsonschema/verbs/ignore.json          |   2 +-
 .../src/main/jsonschema/verbs/insert.json          |   2 +-
 .../src/main/jsonschema/verbs/install.json         |   2 +-
 .../src/main/jsonschema/verbs/interact.json        |   2 +-
 .../src/main/jsonschema/verbs/invite.json          |   2 +-
 .../src/main/jsonschema/verbs/join.json            |   2 +-
 .../src/main/jsonschema/verbs/leave.json           |   2 +-
 .../src/main/jsonschema/verbs/like.json            |   2 +-
 .../src/main/jsonschema/verbs/listen.json          |   2 +-
 .../src/main/jsonschema/verbs/lose.json            |   2 +-
 .../src/main/jsonschema/verbs/make-friend.json     |   2 +-
 .../src/main/jsonschema/verbs/open.json            |   2 +-
 .../src/main/jsonschema/verbs/play.json            |   2 +-
 .../src/main/jsonschema/verbs/post.json            |   2 +-
 .../src/main/jsonschema/verbs/present.json         |   2 +-
 .../src/main/jsonschema/verbs/purchase.json        |   2 +-
 .../src/main/jsonschema/verbs/qualify.json         |   2 +-
 .../src/main/jsonschema/verbs/read.json            |   2 +-
 .../src/main/jsonschema/verbs/receive.json         |   2 +-
 .../src/main/jsonschema/verbs/reject.json          |   2 +-
 .../src/main/jsonschema/verbs/remove-friend.json   |   2 +-
 .../src/main/jsonschema/verbs/remove.json          |   2 +-
 .../src/main/jsonschema/verbs/replace.json         |   2 +-
 .../src/main/jsonschema/verbs/request-friend.json  |   2 +-
 .../src/main/jsonschema/verbs/request.json         |   2 +-
 .../src/main/jsonschema/verbs/resolve.json         |   2 +-
 .../src/main/jsonschema/verbs/retract.json         |   2 +-
 .../src/main/jsonschema/verbs/return.json          |   2 +-
 .../src/main/jsonschema/verbs/rsvp-maybe.json      |   2 +-
 .../src/main/jsonschema/verbs/rsvp-no.json         |   2 +-
 .../src/main/jsonschema/verbs/rsvp-yes.json        |   2 +-
 .../src/main/jsonschema/verbs/satisfy.json         |   2 +-
 .../src/main/jsonschema/verbs/save.json            |   2 +-
 .../src/main/jsonschema/verbs/schedule.json        |   2 +-
 .../src/main/jsonschema/verbs/search.json          |   2 +-
 .../src/main/jsonschema/verbs/sell.json            |   2 +-
 .../src/main/jsonschema/verbs/send.json            |   2 +-
 .../src/main/jsonschema/verbs/share.json           |   2 +-
 .../src/main/jsonschema/verbs/sponsor.json         |   2 +-
 .../src/main/jsonschema/verbs/start.json           |   2 +-
 .../src/main/jsonschema/verbs/stop-following.json  |   2 +-
 .../src/main/jsonschema/verbs/submit.json          |   2 +-
 .../src/main/jsonschema/verbs/tag.json             |   2 +-
 .../src/main/jsonschema/verbs/terminate.json       |   2 +-
 .../src/main/jsonschema/verbs/tie.json             |   2 +-
 .../src/main/jsonschema/verbs/unfavorite.json      |   2 +-
 .../src/main/jsonschema/verbs/unlike.json          |   2 +-
 .../src/main/jsonschema/verbs/unsatisfy.json       |   2 +-
 .../src/main/jsonschema/verbs/unsave.json          |   2 +-
 .../src/main/jsonschema/verbs/unshare.json         |   2 +-
 .../src/main/jsonschema/verbs/update.json          |   2 +-
 .../src/main/jsonschema/verbs/use.json             |   2 +-
 .../src/main/jsonschema/verbs/watch.json           |   2 +-
 .../src/main/jsonschema/verbs/win.json             |   2 +-
 .../src/main/jsonschema/address.json               |   4 +-
 .../src/main/jsonschema/calendar.json              |  14 +-
 .../src/main/jsonschema/card.json                  |   4 +-
 .../src/main/jsonschema/geo.json                   |   4 +-
 .../streams/util/schema/test/SchemaStoreTest.java  |   2 +
 458 files changed, 804 insertions(+), 1090 deletions(-)
 delete mode 100644 
streams-config/src/test/java/org/apache/streams/config/test/ComponentConfiguratorTest.java

Reply via email to