Modified:
wiki/JSONBlueprint.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/JSONBlueprint.wiki
==============================================================================
--- wiki/JSONBlueprint.wiki (original)
+++ wiki/JSONBlueprint.wiki Wed Feb 27 20:15:50 2008
@@ -7,8 +7,8 @@
This proposal is based on the work already done as part of
[http://jsonschema.googlecode.com/ JSONSchema]. The 'Blueprint' name
was chosen to distinguish my work from existing work in the field.
= Details =
-JSON Blueprint contains several predefined [Blueprint.CoreTypes core
types] which would be difficult or impossible to define otherwise.
These core types define the most liberal form of each of the JSON data
and structural types. In addition, `null` and `undefined` are
considered core types.
+JSON Blueprint contains several predefined [CoreTypes core types]
which would be difficult or impossible to define otherwise. These core
types define the most liberal form of each of the JSON data and
structural types. In addition, `null` and `undefined` are considered
core types.
-From these, a hierarchy of [Blueprint.RestrictionTypes sub-types] are
created, by defining restrictions on either the core types or other
sub-types. These are referred to as 'restriction types'. An example
would be limiting a JSON string data value to the format of legal email addresses.
+From these, a hierarchy of [RestrictionTypes sub-types] are created,
by defining restrictions on either the core types or other sub-types.
These are referred to as 'restriction types'. An example would be
limiting a JSON string data value to the format of legal email addresses.
-A [Blueprint.UnionTypes union type] is a list of valid core,
restriction, or other union types. For ease of processing, union types
cannot be further restricted, beyond the restrictions on their
constituent types.
\ No newline at end of file
+A [UnionTypes union type] is a list of valid core, restriction, or
other union types. For ease of processing, union types cannot be
further restricted, beyond the restrictions on their constituent types.
\ No newline at end of file