Skip to content

Commit

Permalink
Add sample metadata feed
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635851572
  • Loading branch information
civics-copybara committed May 21, 2024
1 parent 216f535 commit 59c7afa
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions samples/metadata_sample_feed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0"?>
<FeedDeliveryReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FeedCollection>
<Feed>
<FeedId>sample-feed-1</FeedId>
<FeedName>Sample Feed 1</FeedName>
<FeedType>pre-election</FeedType>
<FeedLongevity>limited</FeedLongevity>
<SourceDirPath>//sample/path</SourceDirPath>
<CountryCode>US</CountryCode>
<FeedInactiveDate>2023-12-31</FeedInactiveDate>
<ElectionEventCollection>
<ElectionEvent>
<DebugName>Debug Name</DebugName>
<OfficeScopeCollection>
<OfficeScope>
<DebugName>Scope of US general election</DebugName>
<OfficeLevel>Country</OfficeLevel>
<JurisdictionOcdId>ocd-division/country:us</JurisdictionOcdId>
<OfficeRoles>president</OfficeRoles>
<OfficeRoles>lower house</OfficeRoles>
<OfficeRoles>upper house</OfficeRoles>
</OfficeScope>
</OfficeScopeCollection>
<BallotMeasureScopeCollection>
<BallotMeasureScope>
<DebugName>California state Ballot measures</DebugName>
<LocationLevel>Administrative Area 1</LocationLevel>
<LocationOcdId>ocd-division/country:us/state:ca</LocationOcdId>
<TitleOrTopic>Sample Topic Amendment</TitleOrTopic>
</BallotMeasureScope>
</BallotMeasureScopeCollection>
<ElectionType>general</ElectionType>
<ElectionDateType>scheduled</ElectionDateType>
<ElectionDateStatus>confirmed</ElectionDateStatus>
<ExpectedCandidates>100</ExpectedCandidates>
<InitialDeliveryDate>2023-12-01</InitialDeliveryDate>
<FullDeliveryDate>2023-12-20</FullDeliveryDate>
<PublicationDate>2023-11-20</PublicationDate>
<RegistrationStartDate>2023-01-01</RegistrationStartDate>
<RegistrationDeadlineDate>2023-06-01</RegistrationDeadlineDate>
<WithdrawalDeadlineDate>2023-11-01</WithdrawalDeadlineDate>
<StartDate>2023-12-28</StartDate>
<EndDate>2023-12-29</EndDate>
</ElectionEvent>
</ElectionEventCollection>
</Feed>
</FeedCollection>
<GeneratedDate>2023-02-01T00:00:00Z</GeneratedDate>
<PartnerTag>Sample Partner</PartnerTag>
</FeedDeliveryReport>
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
See https://packaging.python.org/guides/single-sourcing-package-version/
"""

__version__ = '1.43.dev5'
__version__ = '1.43.dev6'

0 comments on commit 59c7afa

Please sign in to comment.