# Internet Object 1.0

**Internet Object** is a text-based, schema-first, document-oriented data interchange format — JSON's readability without its repeated keys, missing schema, absent comments, or lack of streaming. This site is the official specification and serves as the format's reference documentation.

> **Status.** This is the **1.0 Draft** of the specification, published alongside the public beta of the reference implementation. The specification and the implementation are still converging, so some pages note behavior that is ahead of the current implementation. Implementations version independently and declare the specification version they conform to.

## Start here

* [Why Internet Object?](/internet-object/why-internet-object.md) — how it compares to JSON, CSV, and YAML
* [Getting Started](/internet-object/getting-started.md) — a five-minute tour in pure Internet Object
* [Internet Object Document](/structure-and-syntax/introduction.md) — the structure of a document
* [Schema Definition Language](/schema-definition-language/internet-object-schema.md) — types, constraints, and validation
* [Conformance Requirements](/conformance/requirements.md) — what a conformant implementation must do

| Field                 | Value                                                |
| --------------------- | ---------------------------------------------------- |
| Author and Researcher | Mohamed Aamir Maniar at ManiarTech® Lab              |
| Contact               | <aamir@internetobject.org>                           |
| Version               | `1.0 Draft`                                          |
| Status                | `Work-in-Progress` `Draft`                           |
| Website               | <https://internetobject.org>                         |
| Docs                  | <https://github.com/maniartech/InternetObject-specs> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.internetobject.org/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
