Skip to content

Commit

Permalink
Merge pull request #31 from VolVoz/master
Browse files Browse the repository at this point in the history
added util for docs
  • Loading branch information
vmaksymiv committed Mar 22, 2016
2 parents 839cdfa + c876450 commit 4b300bc
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions docs/source/standard/util.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
.. . Kicking page rebuild 2014-10-30 17:00:08
.. include:: defs.hrst

.. index:: Period, startDate, endDate
.. _period:

Period
======

Schema
------

:startDate:
string, :ref:`date`

|ocdsDescription|
The start date for the period.

:endDate:
string, required :ref:`date`

|ocdsDescription|
The end date for the period.

`startDate` should always precede `endDate`.


.. index:: Address, City, Street, Country

.. _Address:

Address
=======

Schema
------

:streetAddress:
string, required

|ocdsDescription|
The street address. For example, 1600 Amphitheatre Pkwy.

:locality:
string, required

|ocdsDescription|
The locality. For example, Mountain View.

:region:
string, required

|ocdsDescription|
The region. For example, CA.

:postalCode:
string, required

|ocdsDescription|
The postal code. For example, 94043.

:countryName:
string, required

|ocdsDescription|
The country name. For example, United States.

.. _Date:

Date
====

Date/time in :ref:`date-format`.

0 comments on commit 4b300bc

Please sign in to comment.